chiq_main¶
chiq_main.py [-h] [--version] toml
Description¶
chiq_main.py
is a main script for solving the Bethe-Salpeter equation. MPI-based parallel computation is supported. A shared library implemented in C++ is called internally.
Positional Arguments¶
- toml
Parameter file in TOML format. See Input files for details.
Options¶
- -h, –help
Show this help message and exit.
- –version
Display the program’s version number and exit.
Example¶
Basic usage:
$ mpirun -np 4 chiq_main.py parameters.toml
Print version:
$ chiq_main.py --version
ChiQ version 1.0-beta