1
0
mirror of https://gitlab.com/scemama/qp_plugins_scemama.git synced 2024-07-26 04:37:31 +02:00
qp_plugins_scemama/devel/cc/EZFIO.cfg

29 lines
559 B
INI
Raw Normal View History

2019-09-09 16:51:15 +02:00
[energy]
type: Threshold
doc: Energy CC
interface: ezfio
2019-09-09 17:48:01 +02:00
[cc_guess]
type: integer
doc: 0: MP2 amplitudes, 1: read from files
interface: ezfio,provider,ocaml
default: 0
2019-09-09 16:51:15 +02:00
[cc_mode]
type: character*(32)
doc: mode CCD CCSD CCSD(T).
interface: ezfio,provider,ocaml
default:CCSD
[cc_thresh]
type: Threshold
doc: Threshold on the convergence of the Coupled-Cluster residual.
interface: ezfio,provider,ocaml
default: 1.e-10
[cc_n_it_max]
type: Strictly_positive_int
doc: Maximum number of Coupled-Cluster iterations.
interface: ezfio,provider,ocaml
default: 500