-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'dev-stable' of https://github.com/QuantumPackage/qp2 in…
…to dev-stable
- Loading branch information
Showing
28 changed files
with
2,181 additions
and
405 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# .readthedocs.yaml | ||
# Read the Docs configuration file | ||
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details | ||
|
||
# Required | ||
version: 2 | ||
|
||
# Set the OS, Python version and other tools you might need | ||
build: | ||
os: ubuntu-22.04 | ||
tools: | ||
python: "3.12" | ||
# You can also specify other tool versions: | ||
# nodejs: "19" | ||
# rust: "1.64" | ||
# golang: "1.19" | ||
|
||
# Build documentation in the "docs/" directory with Sphinx | ||
sphinx: | ||
configuration: docs/source/conf.py | ||
|
||
# Optionally build your docs in additional formats such as PDF and ePub | ||
# formats: | ||
# - epub | ||
|
||
# Optional but recommended, declare the Python requirements required | ||
# to build your documentation | ||
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html | ||
python: | ||
install: | ||
- requirements: docs/requirements.txt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
sphinxcontrib-bibtex==0.4.0 | ||
sphinx-rtd-theme==0.4.2 | ||
sphinxcontrib-bibtex | ||
sphinx-rtd-theme |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,13 +2,13 @@ | |
Contributors | ||
============ | ||
|
||
The |qp| is maintained by | ||
The |qp| is maintained by | ||
|
||
Anthony Scemama | ||
Anthony Scemama | ||
| `Laboratoire de Chimie et Physique Quantiques <http://www.lcpq.ups-tlse.fr/>`_, | ||
| CNRS - Université Paul Sabatier | ||
| Toulouse, France | ||
| [email protected] | ||
| [email protected] | ||
|
||
Emmanuel Giner | ||
|
@@ -18,27 +18,27 @@ Emmanuel Giner | |
| [email protected] | ||
|
||
Thomas Applencourt | ||
| `Argonne Leadership Computing Facility <http://www.alcf.anl.gov/>`_ | ||
| Argonne, USA | ||
| [email protected] | ||
|
||
|
||
The following people have contributed to this project (by alphabetical order): | ||
|
||
* Abdallah Ammar | ||
* Thomas Applencourt | ||
* Roland Assaraf | ||
* Pierrette Barbaresco | ||
* Anouar Benali | ||
* Chandler Bennet | ||
* Michel Caffarel | ||
* Vijay Gopal Chilkuri | ||
* Yann Damour | ||
* Grégoire David | ||
* Amanda Dumi | ||
* Anthony Ferté | ||
* Madeline Galbraith | ||
* Madeline Galbraith | ||
* Yann Garniron | ||
* Kevin Gasperich | ||
* Fabris Kossoski | ||
* Pierre-François Loos | ||
* Jean-Paul Malrieu | ||
* Antoine Marie | ||
* Barry Moore | ||
* Julien Paquier | ||
* Barthélémy Pradines | ||
|
@@ -49,6 +49,7 @@ The following people have contributed to this project (by alphabetical order): | |
* Mikaël Véril | ||
|
||
|
||
If you have contributed and don't appear in this list, please modify this file | ||
If you have contributed and don't appear in this list, please modify the file | ||
`$QP_ROOT/docs/source/appendix/contributors.rst` | ||
and submit a pull request. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
References | ||
========== | ||
|
||
.. bibliography:: /references.bib | ||
:style: unsrt | ||
:all: | ||
|
||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.