10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-06-25 22:52:15 +02:00
Commit Graph

225 Commits

Author SHA1 Message Date
Thomas Applencourt
83dc0420a0 Update EZFIO.cfg 2017-07-11 17:15:11 -05:00
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
c2cbe390e1 Fixed ddcc1a5 2017-06-26 20:59:59 +02:00
45cafb9000 Removed do_pt2_end for do_pt2 2017-06-26 19:12:44 +02:00
Anthony Scemama
a59a6b002c Create fci_zmq_pt2 for PR #203 2017-06-26 09:29:14 +02:00
df92bd52e4 Fixing travis 2017-06-07 21:56:46 +02:00
0fdd35c934 Fixed MP2_wf 2017-05-31 02:03:29 +02:00
b2a5d497a0 Cleaning in PT2 stoch 2017-05-30 14:31:41 +02:00
scemama
70d52c126a Larges messages for 100M 2017-05-24 15:24:20 +02:00
0de5cafcc0 Fixed selection 2017-05-19 14:38:48 +02:00
c518bcff0e phasemask is integer*4 2017-05-19 14:21:21 +02:00
e8f35b59d4 Reduced memory (phasemask) 2017-05-18 17:54:37 +02:00
ce623221cd Reduced stask size 2017-05-18 15:05:36 +02:00
625decb5ed Set HWM to 1 in ZMQ 2017-05-18 14:11:22 +02:00
5e920a33d1 Reduced memory 2017-05-18 11:35:01 +02:00
be8c3b3c4c Fixed davidson slave 2017-05-17 22:49:15 +02:00
be733d8f12 Fixed Davdison slave 2017-05-17 09:23:16 +02:00
05df6784da Conditional compiling for ZMQ_PUSH 2017-05-16 16:31:35 +02:00
767074ab95 Added runtime checks 2017-05-16 09:17:16 +02:00
1c3d8f6a09 Fixed bug in u0Hu0 2017-05-15 12:33:41 +02:00
bdd1985ded Commented out sqrt(N) algorithm 2017-05-11 17:28:27 +02:00
7801c57de9 Fixed bug in selection 2017-05-11 10:56:33 +02:00
2a6b86d0ac Fixes previous commit 2017-05-10 22:11:42 +02:00
a08d0ad220 Debug in push/pull 2017-05-10 22:09:53 +02:00
7716ed24d1 Memory leak 2017-05-10 21:50:25 +02:00
60c4bac5ce Fixed segfault 2017-05-10 21:33:53 +02:00
b3e3e926a5 Fixed 2017-05-10 20:56:47 +02:00
e1b090b76b Fixed selection 2017-05-10 20:42:14 +02:00
859aa648fc Accelerated selection : no more O(N2) 2017-05-10 15:06:03 +02:00
ed7aeac2f6 Cleaned PT2 stoch 2017-05-10 01:34:29 +02:00
500bf757e3 Introduced Abort Keyword 2017-05-10 00:04:34 +02:00
ff20894479 Simplified PT2 stoch 2017-05-09 23:26:27 +02:00
cbafcb5f55 Restored PUSH/PULL 2017-05-09 21:34:01 +02:00
92832b8ed6 Fixed pt2 stoch 2017-05-09 21:21:16 +02:00
04e1a90c6a PT2 stoch fixed, new algo teeth 2017-05-09 19:17:07 +02:00
3897f1f154 Fixed PT2 stoch 2017-05-09 17:55:15 +02:00
016402350f Print seconds in PT2 stoch 2017-05-09 15:45:13 +02:00
172d38a04e Using 50 comb teeth in pt2 stoch 2017-05-05 16:11:11 +02:00
f9b9b9a876 Fixed tests 2017-05-05 15:54:08 +02:00
78fe5aeda6 Reduced deterministic set in pt2 stoch 2017-05-05 15:24:04 +02:00
49b413f486 Fixed PT2 stoch 2017-05-05 15:08:51 +02:00
4a043229b7 Killed sort bottleneck in selection 2017-05-05 11:32:17 +02:00
7f32fab829 Added quicksort 2017-05-05 10:21:31 +02:00
73ce5610b3 heap sort 2017-05-05 00:19:33 +02:00
e0812d4b41 Removed IPC 2017-05-04 15:51:33 +02:00
ed18b3a103 Fixed Travis 2017-05-03 22:32:17 +02:00
8288437ae6 Improved CASSD and FCI 2017-05-03 19:23:12 +02:00
c62302002e Promela model 2017-05-02 22:53:59 +02:00
ff5f7d98c0 Merge branch 'master' of github.com:scemama/quantum_package 2017-05-02 16:46:38 +02:00
592f978e62 Fixed bugs with correlation_energy_ratio 2017-05-02 16:46:31 +02:00