Skip to content

Commit

Permalink
Merge branch 'main' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
aoymt authored Jan 31, 2025
2 parents e08f07f + ad11547 commit 694e75a
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 4 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,11 @@ This software was developed with the support of
"Project for Advancement of Software Usability in Materials Science"
of The Institute for Solid State Physics, The University of Tokyo.

We would appreciate it if you cite the following article in your research with H-wave:
H-wave -- A Python package for the Hartree-Fock approximation and the random phase approximation,
Tatsumi Aoyama, Kazuyoshi Yoshimi, Kota Ido, Yuichi Motoyama, Taiki Kawamura, Takahiro Misawa, Takeo Kato, and Akito Kobayashi,
[Computer Physics Communications, 298, 109087 (2024)](https://doi.org/10.1016/j.cpc.2024.109087).

## Official page

- [H-wave project site](https://www.pasums.issp.u-tokyo.ac.jp/h-wave/en)
Expand Down
2 changes: 1 addition & 1 deletion docs/en/source/howtouse/ho-index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Basic usage

.. code-block:: bash
$ pip install h-wave
$ pip install hwave
- From source:

Expand Down
2 changes: 1 addition & 1 deletion docs/ja/source/howtouse/ho-index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

.. code-block:: bash
$ pip install h-wave
$ pip install hwave
- ソースパッケージから

Expand Down
1 change: 1 addition & 0 deletions docs/ja/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ H-waveのドキュメントへようこそ!
#####################################################



Contents
-----------

Expand Down
2 changes: 1 addition & 1 deletion docs/tutorial/Hubbard/RPA/input.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
# chi0q_init = "chi0q.npz"

[file.input.interaction]
path_to_input = "input"
path_to_input = "."
Geometry = "geom.dat"
Transfer = "transfer.dat"
CoulombIntra = "coulombintra.dat"
Expand Down
15 changes: 15 additions & 0 deletions docs/tutorial/Hubbard/UHFr/greenone.def
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
===============================
NCisAjs 16
===============================
======== Green functions ======
===============================
0 0 0 0
0 1 0 1
1 0 1 0
1 1 1 1
2 0 2 0
2 1 2 1
3 0 3 0
3 1 3 1
4 0 4 0
4 1 4 1
2 changes: 1 addition & 1 deletion sample/RPA/input.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[mode]
mode = "RPA"
# enable_spin_orbital = false
# calc_scheme = "general"
calc_scheme = "general"

[mode.param]
T = 0.5
Expand Down

0 comments on commit 694e75a

Please sign in to comment.