Skip to content

Commit 8746a6d

Browse files
committed
[doc] corrections change to trqs_hubbardI as pypi name
1 parent 1b3bd67 commit 8746a6d

File tree

3 files changed

+12
-11
lines changed

3 files changed

+12
-11
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22

33
# hubbardI - A Hubbard-I solver based on triqs atom_diag
44

5+
This application implements the Hubbard-I solver in triqs using the lightweight diagonalization routine which come with triqs/atom_diag.
56

6-
This application implements the Hubbard-I solver in pytriqs using the lightweight diagonalization routine which come with triqs/atom_diag.
7+
Requires a working TRIQS instalation with a matching major version number.
78

89
### Usage ###
9-
The Solver comes with the same usage as, e.g., the [cthyb solver](https://triqs.github.io/cthyb/latest/index.html).
10+
The Solver comes with the same interface as, e.g., the [cthyb solver](https://triqs.github.io/cthyb/latest/index.html). More information on how to use the solver can be found in the [documentation](https://triqs.github.io/hubbardI/latest/documentation.html).

doc/index.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
hubbardI
44
********
55

6-
.. sidebar:: hubbardI 3.0.0
6+
.. sidebar:: hubbardI 3.2.1
77

8-
This is the homepage of hubbardI v3.0.0.
8+
This is the homepage of hubbardI v3.2.1.
99
For changes see the :ref:`changelog page <changelog>`.
10-
10+
1111
.. image:: _static/logo_github.png
1212
:width: 75%
1313
:align: center
@@ -22,7 +22,7 @@ Note that the Hubbard I approximation is only reasonable for strongly-localized
2222

2323
Learn how to use hubbardI in the :ref:`documentation`.
2424

25-
25+
2626
.. toctree::
2727
:maxdepth: 2
2828
:hidden:

packaging/pypi/pyproject.toml.in

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ build-backend = "setuptools.build_meta"
66
where = ["python"]
77

88
[project]
9-
name = "hubbardI"
9+
name = "triqs_hubbardI"
1010
version = "@PROJECT_VERSION@"
1111
authors = [
1212
{ name="TRIQS", email="[email protected]" }
1313
]
14-
description = "Hubbard-I impurity solver based on the TRIQS library"
14+
description = "Hubbard-I impurity solver based on the TRIQS library (triqs.github.io)"
1515
readme = "README.md"
16-
keywords = ["triqs", "hhubbard-I", "impurity solver", "dmft"]
16+
keywords = ["triqs", "hubbard-I", "impurity solver", "dmft"]
1717
requires-python = ">=3.7"
1818
classifiers = [
1919
"Programming Language :: Python :: 3",
@@ -26,8 +26,8 @@ dependencies = [
2626
]
2727

2828
[project.urls]
29-
"Homepage" = "https://triqs.github.io/hartree_fock"
30-
"Bug Tracker" = "https://github.com/triqs/hartree_fock/issues"
29+
"Homepage" = "https://triqs.github.io/hubbardI"
30+
"Bug Tracker" = "https://github.com/triqs/hubbardI/issues"
3131

3232
# in case you want an executable hook of your app
3333
# [project.scripts]

0 commit comments

Comments
 (0)