10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-07-03 09:55:59 +02:00
quantum_package/plugins
madgal 113f0757ee Added save iterations to Full_CI_ZMQ (#203)
* Added/Updated files to save iterations 

Modified EZFIO.cfg to include iteratively saved data if the keyword of "full_ci_zmq/iterative" is set to true in the ezfio. The default is false. 
Will save the number of total iterations in full_ci_zmq/n_iter
Saves the number of determinants in full_ci_zmq/n_det_iter
Saves the energy in full_ci_zmq/energy_iter.
Saves the energy_pt2  in full_ci_zmq/energybefore_pt2_iter
These results are the same as the output of the program at every iteration.

Modified fci_zmq.irp.f to include calls to fci_iterations.irp.f at each iteration (starting at N_det==1 and including the final call to do the final pt2 correction)

Created fci_iterations as a subroutine to save the number of determinants, energy, and energy+pt2 for every iteration and saves the results in the full_ci_zmq output directory.

* Updated files to include 3 save options 

Updated "iterative" in EZFIO.cfg to be an integer that can take the values of 1 (Append), 2 (Overwrite), or 3 (Do not save). 
Updated fci_iterations to be simpler and include the three options.

Also updated the output so that only N_det, energy, and pt2 are output. The user must manipulate from there.

* Delete fci_iterations.irp.f

The file was modified and moved to fci_iterations.f90

* Fixed the comments

* Rename fci_iterations to dump_fci_iterations_value

Changed name to be clear on purpose.

* Updated files for iterative saving

Renamed fci_iterations to dump_fci_iterations_value for clarity
In EZFIO.cfg changed keyword "iterative" to "iterative_save" for clarity
Update dump_fci_iterations_value with "iterative_save" keyword
Removed call to dump_fci_iterations on line 27 in fci_zmq
Updated fci_zmq with the name change for calls

* Delete fci_zmq.irp.f

* Delete fci_zmq_pt2.irp.f

* Delete EZFIO.cfg

* Get latest updates from master

* Added calls to dump_fci_iterations_value

* Readded dump_fci_iterations_value

* Updated EZFIO.cfg
2017-06-27 20:30:09 +02:00
..
All_singles Merged scemama-master 2017-04-20 19:18:16 +02:00
analyze_wf Merged scemama-master 2017-04-20 19:18:16 +02:00
CAS_SD_ZMQ Fixed ddcc1a5 2017-06-26 20:59:59 +02:00
Casino Merged scemama-master 2017-04-20 19:18:16 +02:00
CID Merged scemama-master 2017-04-20 19:18:16 +02:00
CID_SC2_selected Merged scemama-master 2017-04-20 19:18:16 +02:00
CID_selected Merged scemama-master 2017-04-20 19:18:16 +02:00
CIS Merged scemama-master 2017-04-20 19:18:16 +02:00
CISD Merged scemama-master 2017-04-20 19:18:16 +02:00
CISD_SC2_selected Merged scemama-master 2017-04-20 19:18:16 +02:00
CISD_selected Merged scemama-master 2017-04-20 19:18:16 +02:00
DensityMatrix Merged scemama-master 2017-04-20 19:18:16 +02:00
DFT_Utils Revert "merge with main branch" 2017-04-20 08:48:06 +02:00
Dressed_Ref_Hamiltonian Added OVB_effective_Hamiltonian 2016-02-17 12:22:45 +01:00
FCIdump Merged scemama-master 2017-04-20 19:18:16 +02:00
FOBOCI Revert "merge with main branch" 2017-04-20 08:48:06 +02:00
Full_CI Removed do_pt2_end for do_pt2 2017-06-26 19:12:44 +02:00
Full_CI_ZMQ Added save iterations to Full_CI_ZMQ (#203) 2017-06-27 20:30:09 +02:00
Full_CI_ZMQ_MPI Fixed MP2_wf 2017-05-31 02:03:29 +02:00
Generators_CAS Fixed selection CASSD slave 2017-05-23 19:30:51 +02:00
Generators_full Merged scemama-master 2017-04-20 19:18:16 +02:00
Generators_restart Merged scemama-master 2017-04-20 19:18:16 +02:00
Hartree_Fock Review 2017-06-19 09:42:52 +02:00
Hartree_Fock_SlaterDressed Working on Slater dressing 2017-06-26 18:11:49 +02:00
loc_cele Fixed for new IRPF90 2017-05-16 16:58:24 +02:00
Molden Merged scemama-master 2017-04-20 19:18:16 +02:00
MP2 Minor changes in mp2 2017-05-31 02:34:54 +02:00
MPI Fixed MP2_wf 2017-05-31 02:03:29 +02:00
MRCC_Utils Merged scemama-master 2017-04-20 19:18:16 +02:00
mrcepa0 Fixed ddcc1a5 2017-06-26 20:59:59 +02:00
MRPT Fixed travis 2017-06-03 00:21:42 +02:00
MRPT_Utils Fixed travis 2017-06-03 00:21:42 +02:00
Orbital_Entanglement Added the Orbital Entanglement plugin, added the list of active orbitals in bitmasks.irp.f. 2016-02-12 12:27:13 +01:00
OVB added print_hcc and OVB plugin 2016-02-17 10:52:57 +01:00
OVB_effective_Hamiltonian Added OVB_effective_Hamiltonian 2016-02-17 12:22:45 +01:00
Perturbation Cleaning 2017-06-26 18:27:52 +02:00
Properties Merged scemama-master 2017-04-20 19:18:16 +02:00
Psiref_CAS Merged scemama-master 2017-04-20 19:18:16 +02:00
Psiref_Utils Merged scemama-master 2017-04-20 19:18:16 +02:00
QmcChem Merged scemama-master 2017-04-20 19:18:16 +02:00
qmcpack Merge Anouar (#53) 2017-04-21 22:34:25 +02:00
read_integral Merge branch 'master' into master 2017-06-16 18:43:17 +02:00
Selectors_CASSD Fixed ddcc1a5 2017-06-26 20:59:59 +02:00
Selectors_full Fixed 2017-05-27 23:31:05 +02:00
Selectors_no_sorted Merged scemama-master 2017-04-20 19:18:16 +02:00
SingleRefMethod Merged scemama-master 2017-04-20 19:18:16 +02:00