10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-07-23 03:07:34 +02:00

Update EZFIO.cfg

There were wrong types and typos
This commit is contained in:
madgal 2017-06-13 11:45:48 -05:00 committed by GitHub
parent 7a6c29cb70
commit 72ea8a80bd

View File

@ -7,22 +7,22 @@ type: integer
interface: ezfio interface: ezfio
doc: number of determinants at iteration doc: number of determinants at iteration
type: integer type: integer
size: (fci_iterations.n_iter) size: (FCI_Iteration.n_iter)
[energy] [energy]
interface: ezfio interface: ezfio
doc: The energy without a pt2 correction for n_det doc: The energy without a pt2 correction for n_det
type: real type: double precision
size: (fci_iterations.n_iter) size: (FCI_Iteration.n_iter)
[pt2] [pt2]
interface: ezfio interface: ezfio
doc: The pt2 correction for n_det doc: The pt2 correction for n_det
type: real type: double precision
size: (fci_iterations.n_iter) size: (FCI_Iteration.n_iter)
[energy_pt2] [energy_pt2]
interface: ezfio interface: ezfio
doc: The energy with pt2 correction for n_det doc: The energy with pt2 correction for n_det
type: real type: double precision
size: (fci_iterations.n_iter) size: (FCI_Iteration.n_iter)