Skip to content

Commit

Permalink
[doc] corrections change to trqs_hartree_fock 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 87c26a3 commit 459b62a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# TRIQS hartree_fock
An application based on TRIQS for using the Hartree-Fock method to solve lattice and impurity problems.

Requires a working TRIQS instalation with a matching major version number.

The documentation can be found at [triqs.github.io/hartree_fock](https://triqs.github.io/hartree_fock/).
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 @@
hartree_fock
************

.. sidebar:: hartree_fock 3.1.0
.. sidebar:: hartree_fock 3.2.1

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

.. image:: _static/logo_github.png
:width: 75%
:align: center
Expand All @@ -21,7 +21,7 @@ and the comments in the sources and headers.

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


.. toctree::
:maxdepth: 2
:hidden:
Expand Down
6 changes: 3 additions & 3 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 = "hartree_fock"
name = "triqs_hartree_fock"
version = "@PROJECT_VERSION@"
authors = [
{ name="TRIQS", email="[email protected]" }
]
description = "TRIQS Hartree Fock solver (requires working triqs 3.2.x installation)"
description = "Hartree-Fock lattice and impurity solvers based on the TRIQS library (triqs.github.io)"
readme = "README.md"
keywords = ["triqs", "hartree_fock"]
keywords = ["triqs", "hartree_fock", "dmft", "impurity solver"]
requires-python = ">=3.7"
classifiers = [
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit 459b62a

Please sign in to comment.