An input file generator for HPhi, mVMC, UHF, and H-wave.
C compiler (intel, Fujitsu, GNU, etc. )
$ git clone https://github.com/issp-center-dev/StdFaceYou can download StdFace from release page.
$ cmake -B build [options]
$ cmake --build build
$ cmake --install installOptions need to be specified which programs are to be built:
-
-DHPHI=ONHPhi mode is enabled. hphi_dry.out and libStdFace_hphi.a will be generated.
-
-DMVMC=ONmVMC mode is enabled. mvmc_dry.out and libStdFace_mvmc.a will be generated.
-
-DUHF=ONUHF mode is enabled. uhf_dry.out and libStdFace_uhf.a will be generated.
-
-DHWAVE=ONH-wave mode is enabled. hwave_dry.out and libStdFace_hwave.a will be generated.
One or more options may be set simultaneously. Defaults are OFF.
xxx_dry.out (xxx = hphi, mvmc, uhf, hwave) can be done with the following command with input.in as input file.
$ xxx_dry.out input.inAfter execution, input files for executing each tool will be generated in the executed directory. Descriptions of StdFace input files can be found in the manuals for each tool:
The distribution of the program package and the source codes for StdFace follow GNU General Public License version 3 (GPL v3).
Kazuyoshi Yoshimi, Mitsuaki Kawamura, Kota Ido, Yuichi Motoyama, and Tatsumi Aoyama.