mirror of
https://gitlab.com/scemama/qp_plugins_scemama.git
synced 2024-11-07 06:33:40 +01:00
fcbb5122f2
# Conflicts: # devel/dmc_dress/EZFIO.cfg # devel/dmc_dress/dressing_vector.irp.f # devel/qmcchem/save_for_qmcchem.irp.f
49 lines
814 B
INI
49 lines
814 B
INI
[dmc_delta_h]
|
|
type: double precision
|
|
doc: Dressing matrix obtained from DMC
|
|
size: (determinants.n_det,determinants.n_states)
|
|
interface: ezfio, provider
|
|
|
|
[dmc_delta_htc]
|
|
type: double precision
|
|
doc: Dressing matrix obtained from H_TC
|
|
size: (determinants.n_det)
|
|
interface: ezfio
|
|
|
|
[la]
|
|
interface: ezfio
|
|
doc: min rows nb of delta in SVD basis
|
|
type: integer
|
|
default: 0
|
|
|
|
[lb]
|
|
interface: ezfio
|
|
doc: min cols nb of delta in SVD basis
|
|
type: integer
|
|
default: 0
|
|
|
|
[ld]
|
|
interface: ezfio
|
|
doc: min diag elements of delta in SVD basis
|
|
type: integer
|
|
default: 0
|
|
|
|
[lla]
|
|
interface: ezfio
|
|
doc: max rows nb of delta in SVD basis
|
|
type: integer
|
|
default: 0
|
|
|
|
[llb]
|
|
interface: ezfio
|
|
doc: max cols nb of delta in SVD basis
|
|
type: integer
|
|
default: 0
|
|
|
|
[lld]
|
|
interface: ezfio
|
|
doc: max diag elements of delta in SVD basis
|
|
type: integer
|
|
default: 0
|
|
|