Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 1.18 KB

README.md

File metadata and controls

49 lines (32 loc) · 1.18 KB

StdFace

An input files generator for HPhi, mVMC, UHF, and H-wave.

Requirement

C compiler (intel, Fujitsu, GNU, etc. )

Get StdFace

With Git

bash
$ git clone https://github.com/issp-center-dev/StdFace

Without Git (supported from ver.1.0)

You can download StdFace from a release note.

Install StdFace

$ cmake -B build [options]
$ cmake --build build
$ cmake --install install

If you define -DUHF=OFF as [options], uhf_dry.out will not be made. If you define -DMVMC=OFF as [options], mvmc_dry.out will not be made. If you define -DHPHI=OFF as [options], hphi_dry.out will not be made. If you define -DHWAVE=OFF as [options], hawave_dry.out will not be made.

Licence

The distribution of the program package and the source codes for StdFace follow GNU General Public License version 3 (GPL v3).

Author

Kazuyoshi Yoshimi, Mitsuaki Kawamura.

Manual

under construction