10
0
mirror of https://github.com/QuantumPackage/qp2.git synced 2024-06-26 23:22:24 +02:00
QuantumPackage/src/determinants/EZFIO.cfg
Anthony Scemama 49e9488f62
Develop (#10)
* fixed laplacian of aos

* corrected the laplacians of aos

* added dft_one_e

* added new feature for new dft functionals

* changed the configure to add new functionals

* changed the configure

* added dft_one_e/README.rst

* added README.rst in new_functionals

* added source/programmers_guide/new_ks.rst

* Thesis Yann

* Added gmp installation in configure

* improved qp_e_conv_fci

* Doc

* Typos

* Added variance_max

* Fixed completion in qp_create

* modif TODO

* fixed DFT potential for n_states gt 1

* improved pot pbe

* trying to improve sr PBE

* fixed potential pbe

* fixed the vxc smashed for pbe sr and normal

* Comments in selection

* bug fixed by peter

* Fixed bug with zero beta electrons

* Update README.rst

* Update e_xc_new_func.irp.f

* Update links.rst

* Update quickstart.rst

* Update quickstart.rst

* updated cipsi

* Fixed energies of non-expected s2 (#9)

* Moved diag_algorithm in Davdison
2019-02-22 19:19:58 +01:00

92 lines
2.1 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
[used_weight]
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
[threshold_generators]
type: Threshold
doc: Thresholds on generators (fraction of the square of the norm)
interface: ezfio,provider,ocaml
default: 0.99
[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
[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)
[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)