Skip to content

aoymt/StdFace

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 99.6%
  • CMake 0.4%