Skip to content

Commit

Permalink
[doc] corrections change to trqs_hubbardI as pypi name
Browse files Browse the repository at this point in the history
  • Loading branch information
the-hampel committed Mar 20, 2024
1 parent 1b3bd67 commit 8746a6d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 11 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@

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

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

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

### Usage ###
The Solver comes with the same usage as, e.g., the [cthyb solver](https://triqs.github.io/cthyb/latest/index.html).
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).
8 changes: 4 additions & 4 deletions doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
hubbardI
********

.. sidebar:: hubbardI 3.0.0
.. sidebar:: hubbardI 3.2.1

This is the homepage of hubbardI v3.0.0.
This is the homepage of hubbardI v3.2.1.
For changes see the :ref:`changelog page <changelog>`.

.. image:: _static/logo_github.png
:width: 75%
:align: center
Expand All @@ -22,7 +22,7 @@ Note that the Hubbard I approximation is only reasonable for strongly-localized

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


.. toctree::
:maxdepth: 2
:hidden:
Expand Down
10 changes: 5 additions & 5 deletions packaging/pypi/pyproject.toml.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ build-backend = "setuptools.build_meta"
where = ["python"]

[project]
name = "hubbardI"
name = "triqs_hubbardI"
version = "@PROJECT_VERSION@"
authors = [
{ name="TRIQS", email="[email protected]" }
]
description = "Hubbard-I impurity solver based on the TRIQS library"
description = "Hubbard-I impurity solver based on the TRIQS library (triqs.github.io)"
readme = "README.md"
keywords = ["triqs", "hhubbard-I", "impurity solver", "dmft"]
keywords = ["triqs", "hubbard-I", "impurity solver", "dmft"]
requires-python = ">=3.7"
classifiers = [
"Programming Language :: Python :: 3",
Expand All @@ -26,8 +26,8 @@ dependencies = [
]

[project.urls]
"Homepage" = "https://triqs.github.io/hartree_fock"
"Bug Tracker" = "https://github.com/triqs/hartree_fock/issues"
"Homepage" = "https://triqs.github.io/hubbardI"
"Bug Tracker" = "https://github.com/triqs/hubbardI/issues"

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

0 comments on commit 8746a6d

Please sign in to comment.