From 72ea8a80bdbbfbbbc3c6a2e742ad55b3d47c7e79 Mon Sep 17 00:00:00 2001 From: madgal Date: Tue, 13 Jun 2017 11:45:48 -0500 Subject: [PATCH] Update EZFIO.cfg There were wrong types and typos --- plugins/FCI_Iteration/EZFIO.cfg | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/plugins/FCI_Iteration/EZFIO.cfg b/plugins/FCI_Iteration/EZFIO.cfg index 7eefcc49..6abb2cc5 100644 --- a/plugins/FCI_Iteration/EZFIO.cfg +++ b/plugins/FCI_Iteration/EZFIO.cfg @@ -7,22 +7,22 @@ type: integer interface: ezfio doc: number of determinants at iteration type: integer -size: (fci_iterations.n_iter) +size: (FCI_Iteration.n_iter) [energy] interface: ezfio doc: The energy without a pt2 correction for n_det -type: real -size: (fci_iterations.n_iter) +type: double precision +size: (FCI_Iteration.n_iter) [pt2] interface: ezfio doc: The pt2 correction for n_det -type: real -size: (fci_iterations.n_iter) +type: double precision +size: (FCI_Iteration.n_iter) [energy_pt2] interface: ezfio doc: The energy with pt2 correction for n_det -type: real -size: (fci_iterations.n_iter) +type: double precision +size: (FCI_Iteration.n_iter)