Skip to content

cmsi/StdFace

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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

$ mkdir build && cd build
$ cmake ../ -Dxxx="ON"
$ make
$ make install

If you define xxx as HPHI, hphi_dry.out is made. If you define xxx as MVMC, mvmc_dry.out is made. If you define xxx as UHF, uhf_dry.out is made. If you define xxx as HWAVE, hwave_dry.out is 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.4%
  • CMake 0.6%