mirror of
https://github.com/LCPQ/quantum_package
synced 2024-12-22 20:35:19 +01:00
Fixed EZFIO
This commit is contained in:
parent
97297f68a8
commit
4f0a90bf6a
@ -29,10 +29,10 @@ size: (full_ci_zmq.n_iter)
|
|||||||
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: double precision
|
type: double precision
|
||||||
size: (full_ci_zmq.n_iter,determinants.n_states)
|
size: (determinants.n_states,full_ci_zmq.n_iter)
|
||||||
|
|
||||||
[pt2_iter]
|
[pt2_iter]
|
||||||
interface: ezfio
|
interface: ezfio
|
||||||
doc: The pt2 correction for n_det
|
doc: The pt2 correction for n_det
|
||||||
type: double precision
|
type: double precision
|
||||||
size: (full_ci_zmq.n_iter,determinants.n_states)
|
size: (determinants.n_states,full_ci_zmq.n_iter)
|
||||||
|
Loading…
Reference in New Issue
Block a user