10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-06-30 00:44:28 +02:00
Commit Graph

1102 Commits

Author SHA1 Message Date
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
a1367c13bc Merge branch 'LCPQ-master' 2017-05-10 01:35:03 +02:00
500bf757e3 Introduced Abort Keyword 2017-05-10 00:04:34 +02:00
cbafcb5f55 Restored PUSH/PULL 2017-05-09 21:34:01 +02:00
016402350f Print seconds in PT2 stoch 2017-05-09 15:45:13 +02:00
TApplencourt
414aa32463 Add Read / Write for Nuclear Repulsion (usefull for PBC) 2017-05-08 16:27:29 +00:00
85deec25a8 Merge branch 'master' of github.com:scemama/quantum_package 2017-05-05 16:03:57 +02:00
f9b9b9a876 Fixed tests 2017-05-05 15:54:08 +02:00
8171f921df Merge branch 'master' of github.com:scemama/quantum_package 2017-05-05 11:33:01 +02:00
7f32fab829 Added quicksort 2017-05-05 10:21:31 +02:00
7ddeb37e92 Merge branch 'master' of github.com:scemama/quantum_package 2017-05-05 00:20:09 +02:00
73ce5610b3 heap sort 2017-05-05 00:19:33 +02:00
f84b64bb7f Adjusted send/receive buffers 2017-05-04 23:36:10 +02:00
ce10c5052c Travis bug 2017-05-03 21:15:54 +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
be00409eaf Fixed minor bugs 2017-05-02 16:43:55 +02:00
23d7794109 Cleaned correlation_energy_ratio_max 2017-04-21 23:14:38 +02:00
98f3692f4c Merged scemama-master 2017-04-20 19:18:16 +02:00
20f2fff7b2 Merge scemama 2017-04-20 18:04:51 +02:00
Anthony Scemama
a2750bb55c Revert "merge with main branch" 2017-04-20 08:48:06 +02:00
Anthony Scemama
ca973a1e92 Revert "Bugs to fix (#50)" (#51)
This reverts commit 94f01c0892.
2017-04-20 08:45:56 +02:00
Anthony Scemama
94f01c0892 Bugs to fix (#50)
* Add config for knl

* Add mising readme

* Add .gitignore

* Add pseudo to qp_convert

* Working pseudo

* Dressed matrix for pt2 works for one state

* now eigenfunction of S^2

* minor modifs in printing

* Fixed the perturbation with psi_ref instead of psi_det

* Trying do really fo sin free multiple excitations

* Beginning to merge MRCC and MRPT

* final version of MRPT, at least I hope

* Fix 404: Update Zlib Url.

* Delete ifort_knl.cfg

* Update module_handler.py

* Update pot_ao_pseudo_ints.irp.f

* Update map_module.f90

* Restaure map_module.f90

* Update configure

* Update configure

* Update sort.irp.f

* Update sort.irp.f

* Update selection.irp.f

* Update selection.irp.f

* Update dressing.irp.f

* TApplencourt IRPF90 -> LCPQ

* Remove `irpf90.make` in dependency

* Update configure

* Missing PROVIDE

* Missing PROVIDE

* Missing PROVIDE

* Missing PROVIDE

* Update configure

* pouet

* density based mrpt2

* debugging FOBOCI

* Added SCF_density

* New version of FOBOCI

* added density.irp.f

* minor changes in plugins/FOBOCI/SC2_1h1p.irp.f

* added track_orb.irp.f

* minor changes

* minor modifs in FOBOCI

* med

* Minor changes

* minor changes

* strange things in MRPT

* minor modifs

mend

* Fix #185 (Graphviz API / Python 2.6)

* beginning to debug dft

* fixed the factor 2 in lebedev

* DFT integration works for non overlapping densities

* DFT begins to work with lda

* KS LDA is okay

* added core integrals

* mend

* Beginning logn range integrals

* Trying to handle two sets of integrals

* beginning to clean erf integrals

* Handling of two different mo and ao integrals map
2017-04-20 08:36:11 +02:00
a9414b4a64 Better load balancing in Davidson 2017-04-19 20:46:09 +02:00
9957279967 Better load balancing in Davidson 2017-04-19 20:22:37 +02:00
a28a9d7d33 Better load balancing in Davidson 2017-04-19 20:00:00 +02:00
cbf8c54d70 Parallelization of Davidson 2017-04-19 19:45:18 +02:00
27d07d7676 Fixed distributed Davdison 2017-04-19 16:44:34 +02:00
225afd19e6 Tuning 2017-04-19 16:38:05 +02:00
b12e898b11 Fixed selection 2017-04-19 16:21:02 +02:00
9b4131139b Fixed selection sort 2017-04-19 15:44:24 +02:00
1ac36ab762 Accelerated selection 2017-04-19 15:31:12 +02:00
69a747fde0 Tuned N_int 2017-04-19 13:06:54 +02:00
48f51a71ce Fixed Davidson 2017-04-19 12:24:09 +02:00
dd59338083 Working on davidson 2017-04-19 12:08:37 +02:00
0af043390c Tuned davidson 2017-04-18 18:55:51 +02:00
b4aef21b50 Tuned davidson 2017-04-18 18:41:07 +02:00
df95c1af1c Corrected memory leak in Davidson 2017-04-18 18:22:47 +02:00
6d3a801d0e Parallelization of Davidson 2017-04-18 16:46:08 +02:00
dc5e5f024d fixed Davidson 2017-04-18 16:25:37 +02:00
6b49eb5906 Fixed Davidson 2017-04-18 15:27:26 +02:00
ae0815bfac Removed CSC array 2017-04-18 14:52:23 +02:00
fd2f7f3447 Changed defaults in Davidson 2017-04-18 00:32:22 +02:00
3b2d23c745 Fixed CSC 2017-04-18 00:18:59 +02:00
a888564851 CSC storage for singles alpha 2017-04-18 00:17:16 +02:00
9e454d267b CSC storage for singles alpha 2017-04-18 00:02:01 +02:00
fd882fc0c9 Radix sort for negative numbers 2017-04-17 22:59:12 +02:00
Emmanuel Giner
3e12b2f359 Handling of two different mo and ao integrals map 2017-04-17 12:41:00 +02:00
dc2481c966 Less memory in Davdison 2017-04-17 03:58:02 +02:00