issp-center-dev / StdFace

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:GNU General Public License v3.0


Languages

Language:C 99.4%Language:CMake 0.6%