From 8746a6d2be1b6f2e69cd3156e134ec64253c42ae Mon Sep 17 00:00:00 2001 From: Alexander Hampel Date: Wed, 20 Mar 2024 10:25:37 -0400 Subject: [PATCH] [doc] corrections change to trqs_hubbardI as pypi name --- README.md | 5 +++-- doc/index.rst | 8 ++++---- packaging/pypi/pyproject.toml.in | 10 +++++----- 3 files changed, 12 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 0739126..c823354 100644 --- a/README.md +++ b/README.md @@ -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). diff --git a/doc/index.rst b/doc/index.rst index ef1e089..a484e94 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -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 `. - + .. image:: _static/logo_github.png :width: 75% :align: center @@ -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: diff --git a/packaging/pypi/pyproject.toml.in b/packaging/pypi/pyproject.toml.in index 622db98..381bb94 100644 --- a/packaging/pypi/pyproject.toml.in +++ b/packaging/pypi/pyproject.toml.in @@ -6,14 +6,14 @@ build-backend = "setuptools.build_meta" where = ["python"] [project] -name = "hubbardI" +name = "triqs_hubbardI" version = "@PROJECT_VERSION@" authors = [ { name="TRIQS", email="triqs@flatironinstitute.org" } ] -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", @@ -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]