10
0
mirror of https://github.com/QuantumPackage/qp2.git synced 2024-06-27 23:52:24 +02:00
QuantumPackage/src/cipsi/EZFIO.cfg

31 lines
928 B
INI
Raw Normal View History

2019-10-28 16:08:37 +01:00
[pert_2rdm]
type: logical
doc: If true, computes the one- and two-body rdms with perturbation theory
interface: ezfio,provider,ocaml
default: False
2020-12-10 17:54:50 +01:00
2020-12-10 18:22:16 +01:00
[seniority_max]
2020-12-10 17:54:50 +01:00
type: integer
2020-12-10 18:22:16 +01:00
doc: Maximum number of allowed open shells. Using -1 selects all determinants
2020-12-10 17:54:50 +01:00
interface: ezfio,ocaml,provider
default: -1
2020-12-10 18:22:16 +01:00
[excitation_max]
type: integer
doc: Maximum number of excitation with respect to the Hartree-Fock determinant. Using -1 selects all determinants
interface: ezfio,ocaml,provider
default: -1
[excitation_alpha_max]
type: integer
doc: Maximum number of excitation for alpha determinants with respect to the Hartree-Fock determinant. Using -1 selects all determinants
interface: ezfio,ocaml,provider
default: -1
[excitation_beta_max]
type: integer
doc: Maximum number of excitation for beta determinants with respect to the Hartree-Fock determinant. Using -1 selects all determinants
interface: ezfio,ocaml,provider
default: -1