mirror of
https://github.com/QuantumPackage/qp2.git
synced 2025-03-25 01:56:31 +01:00
* Changed native into SSE4.2 in gfortran.cfg * Fixed rm opam_installer * Fix configure * Improving scaling of pt2 with network * Router/dealer in qp_tunnel * Reduced size of qp2.png * Exclude temp files in tar * Introduce NO_CACHE in configure for daily test * Faster determinants in OCaml * We always give max 10k dets in qp_edit. Read-only if more * Fixed save_natorb * Fixing bug in qp_edit * Comments * Biblio (#61) * Biblio (#62) * Update biblio * Update paper * Journal missing in research.bib * Added paper * Fixed Pierre Francois * Checking number of electrons in MOs * Biblio (#64) * Update biblio * Update paper * Journal missing in research.bib * Added paper * Fixed Pierre Francois * 2 papers * Fixed 6-31G and quickstart (#65) * Fixed 6-31 basis sets * Bug in quickstart * Biblio (#66) * Bugfix (#67) * Fixing opam installation * Fixed 6-31 basis sets * Bug in quickstart * Use irpf90 v1.7.6 * Fix IRPF90 Path
134 lines
3.3 KiB
INI
134 lines
3.3 KiB
INI
[n_det_max]
|
|
type: Det_number_max
|
|
doc: Maximum number of determinants in the wave function
|
|
interface: ezfio,provider,ocaml
|
|
default: 1000000
|
|
|
|
[n_det_print_wf]
|
|
type: Det_number_max
|
|
doc: Maximum number of determinants to be printed with the program print_wf
|
|
interface: ezfio,provider,ocaml
|
|
default: 10000
|
|
|
|
[n_states]
|
|
type: States_number
|
|
doc: Number of states to consider
|
|
interface: ezfio,provider,ocaml
|
|
default: 1
|
|
|
|
[read_wf]
|
|
type: logical
|
|
doc: If |true|, read the wave function from the |EZFIO| file
|
|
interface: ezfio,provider,ocaml
|
|
default: False
|
|
|
|
[s2_eig]
|
|
type: logical
|
|
doc: Force the wave function to be an eigenfunction of |S^2|
|
|
interface: ezfio,provider,ocaml
|
|
default: True
|
|
|
|
[weight_one_e_dm]
|
|
type: integer
|
|
doc: Weight used in the calculation of the one-electron density matrix. 0: 1./(c_0^2), 1: 1/N_states, 2: input state-average weight, 3: 1/(Norm_L3(Psi))
|
|
interface: ezfio,provider,ocaml
|
|
default: 1
|
|
|
|
[weight_selection]
|
|
type: integer
|
|
doc: Weight used in the selection. 0: input state-average weight, 1: 1./(c_0^2), 2: rPT2 matching, 3: variance matching, 4: variance and rPT2 matching, 5: variance minimization and matching
|
|
interface: ezfio,provider,ocaml
|
|
default: 2
|
|
|
|
[threshold_generators]
|
|
type: Threshold
|
|
doc: Thresholds on generators (fraction of the square of the norm)
|
|
interface: ezfio,provider,ocaml
|
|
default: 0.999
|
|
|
|
[n_int]
|
|
interface: ezfio
|
|
doc: Number of integers required to represent bitstrings (set in module :ref:`module_bitmask`)
|
|
type: N_int_number
|
|
|
|
[bit_kind]
|
|
interface: ezfio
|
|
doc: (set in module :ref:`module_bitmask`)
|
|
type: Bit_kind
|
|
|
|
[mo_label]
|
|
interface: ezfio
|
|
doc: Label of the |MOs| on which the determinants are expressed
|
|
type: character*(64)
|
|
|
|
[n_det]
|
|
interface: ezfio
|
|
doc: Number of determinants in the current wave function
|
|
type: integer
|
|
|
|
[n_det_qp_edit]
|
|
interface: ezfio
|
|
doc: Number of determinants to print in qp_edit
|
|
type: integer
|
|
interface: ezfio
|
|
|
|
[psi_coef]
|
|
interface: ezfio
|
|
doc: Coefficients of the wave function
|
|
type: double precision
|
|
size: (determinants.n_det,determinants.n_states)
|
|
|
|
[psi_det]
|
|
interface: ezfio
|
|
doc: Determinants of the variational space
|
|
type: integer*8
|
|
size: (determinants.n_int*determinants.bit_kind/8,2,determinants.n_det)
|
|
|
|
[psi_coef_qp_edit]
|
|
interface: ezfio
|
|
doc: Coefficients of the wave function
|
|
type: double precision
|
|
size: (determinants.n_det_qp_edit,determinants.n_states)
|
|
|
|
[psi_det_qp_edit]
|
|
interface: ezfio
|
|
doc: Determinants of the variational space
|
|
type: integer*8
|
|
size: (determinants.n_int*determinants.bit_kind/8,2,determinants.n_det_qp_edit)
|
|
|
|
[expected_s2]
|
|
interface: ezfio
|
|
doc: Expected value of |S^2|
|
|
type: double precision
|
|
|
|
[target_energy]
|
|
interface: ezfio,provider,ocaml
|
|
doc: Energy that should be obtained when truncating the wave function (optional)
|
|
type: Energy
|
|
default: 0.
|
|
|
|
[state_average_weight]
|
|
type: double precision
|
|
doc: Weight of the states in state-average calculations.
|
|
interface: ezfio
|
|
size: (determinants.n_states)
|
|
|
|
[selection_factor]
|
|
type: double precision
|
|
doc: f such that the number of determinants to add is f * N_det * sqrt(N_states)
|
|
interface: ezfio,provider,ocaml
|
|
default: 1.
|
|
|
|
[thresh_sym]
|
|
type: Threshold
|
|
doc: Thresholds to check if a determinant is connected with HF
|
|
interface: ezfio,provider,ocaml
|
|
default: 1.e-15
|
|
|
|
[pseudo_sym]
|
|
type: logical
|
|
doc: If |true|, discard any Slater determinants with an interaction smaller than thresh_sym with HF.
|
|
interface: ezfio,provider,ocaml
|
|
default: False
|
|
|