Skip to content

Commit

Permalink
Merge remote-tracking branch 'remotes/origin/develop' into kawamura1
Browse files Browse the repository at this point in the history
  • Loading branch information
mitsuaki1987 committed Apr 19, 2024
2 parents d9e2072 + bd0737e commit 23ae41c
Show file tree
Hide file tree
Showing 9 changed files with 29 additions and 6 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ jobs:
- os: ubuntu-20.04
mpisize: 1
ompsize: 1
exclude:
- mpisize: 16
ompsize: 3
- mpisize: 4
ompsize: 3
fail-fast: false

env:
Expand Down
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,11 @@ You can install HΦ and also get a manual for HΦ from a [release note](https://

## Licence

The distribution of the program package and the source codes for HPhi follow GNU General Public License version 3 ([GPL v3](http://www.gnu.org/licenses/gpl-3.0.en.html)).We hope that you cite the following reference when you publish the results using HΦ (hphi):
The distribution of the program package and the source codes for HPhi follow GNU General Public License version 3 ([GPL v3](http://www.gnu.org/licenses/gpl-3.0.en.html)).We hope that you cite the following references when you publish the results using HΦ (hphi):

[“Quantum lattice model solver HΦ”, M. Kawamura, K. Yoshimi, T. Misawa, Y. Yamaji, S. Todo, and N. Kawashima, Computer Physics Communications 217, 180 (2017).](https://github.com/issp-center-dev/HPhi/edit/master/README.md)
[“Quantum lattice model solver HΦ”, M. Kawamura, K. Yoshimi, T. Misawa, Y. Yamaji, S. Todo, and N. Kawashima, Computer Physics Communications 217, 180 (2017).](https://doi.org/10.1016/j.cpc.2017.04.006)

[“Update of HΦ: Newly added functions and methods in versions 2 and 3”, K. Ido, M. Kawamura, Y. Motoyama, K. Yoshimi, Y. Yamaji, S. Todo, N. Kawashima, and T. Misawa, arXiv:2307.13222.](https://arxiv.org/abs/2307.13222)

Bibtex:

Expand All @@ -45,6 +47,14 @@ url = {https://www.sciencedirect.com/science/article/pii/S0010465517301200},
author = {Mitsuaki Kawamura and Kazuyoshi Yoshimi and Takahiro Misawa and Youhei Yamaji and Synge Todo and Naoki Kawashima}
}

@misc{ido2023update,
title={Update of $\mathcal{H}\Phi$: Newly added functions and methods in versions 2 and 3},
author={Kota Ido and Mitsuaki Kawamura and Yuichi Motoyama and Kazuyoshi Yoshimi and Youhei Yamaji and Synge Todo and Naoki Kawashima and Takahiro Misawa},
year={2023},
eprint={2307.13222},
archivePrefix={arXiv},
primaryClass={cond-mat.str-el}
}


## Official page
Expand Down
2 changes: 1 addition & 1 deletion doc/en/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
# The short X.Y version.
version = '3.5'
# The full version, including alpha/beta/rc tags.
release = u'3.5.1'
release = u'3.5.2'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 2 additions & 0 deletions doc/en/source/introduction_en.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ Contributors

This software was developed by the following contributors.

* ver.3.5.2 (released on 2024/3/07)

* ver.3.5.1 (released on 2022/6/14)

* ver.3.5 (released on 2021/9/29)
Expand Down
2 changes: 1 addition & 1 deletion doc/ja/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
# The short X.Y version.
version = '3.5'
# The full version, including alpha/beta/rc tags.
release = u'3.5.1'
release = u'3.5.2'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 2 additions & 0 deletions doc/ja/source/introduction_ja.rst
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ What is :math:`{\mathcal H}\Phi`?

本ソフトウェアは以下の開発貢献者により開発されています。

- ver.3.5.2 (2024/3/7 リリース)

- ver.3.5.1 (2022/6/14 リリース)

- ver.3.5 (2021/9/29 リリース)
Expand Down
4 changes: 4 additions & 0 deletions doc/tutorial/en/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,10 @@
u'University of Tokyo', 'manual', 'True'),
]

latex_elements = {
'extrapackages': r'\usepackage{braket}'
}

# -- Options for manual page output ---------------------------------------

# One entry per manual page. List of tuples
Expand Down
2 changes: 1 addition & 1 deletion src/StdFace
2 changes: 1 addition & 1 deletion src/include/version_patch.h
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1
2

0 comments on commit 23ae41c

Please sign in to comment.