mirror of
https://github.com/QuantumPackage/qp2.git
synced 2024-11-03 12:43:48 +01:00
8b22e38c9c
* fixed laplacian of aos * corrected the laplacians of aos * added dft_one_e * added new feature for new dft functionals * changed the configure to add new functionals * changed the configure * added dft_one_e/README.rst * added README.rst in new_functionals * added source/programmers_guide/new_ks.rst * Thesis Yann * Added gmp installation in configure * improved qp_e_conv_fci * Doc * Typos * Added variance_max * Fixed completion in qp_create * modif TODO * fixed DFT potential for n_states gt 1 * improved pot pbe * trying to improve sr PBE * fixed potential pbe * fixed the vxc smashed for pbe sr and normal * Comments in selection * bug fixed by peter * Fixed bug with zero beta electrons * Update README.rst * Update e_xc_new_func.irp.f * Update links.rst * Update quickstart.rst * Update quickstart.rst * updated cipsi * Fixed energies of non-expected s2 (#9) * Moved diag_algorithm in Davdison * Add print_ci_vector in tools (#11) * Fixed energies of non-expected s2 * Moved diag_algorithm in Davdison * Fixed travis * Added print_ci_vector * Documentation * Cleaned qp_set_mo_class.ml * Removed Core in taskserver * Merge develop-toto and manus (#12) * Fixed energies of non-expected s2 * Moved diag_algorithm in Davdison * Fixed travis * Added print_ci_vector * Documentation * Cleaned qp_set_mo_class.ml * Removed Core in taskserver * Frozen core for heavy atoms * Improved molden module * In sync with manus * Fixed some of the documentation errors * Develop toto (#13) * Fixed energies of non-expected s2 * Moved diag_algorithm in Davdison * Fixed travis * Added print_ci_vector * Documentation * Cleaned qp_set_mo_class.ml * Removed Core in taskserver * Frozen core for heavy atoms * Improved molden module * In sync with manus * Fixed some of the documentation errors * Develop manus (#14) * modified printing for rpt2 * Comment * Fixed plugins * Scripting for functionals * Documentation * Develop (#10) * fixed laplacian of aos * corrected the laplacians of aos * added dft_one_e * added new feature for new dft functionals * changed the configure to add new functionals * changed the configure * added dft_one_e/README.rst * added README.rst in new_functionals * added source/programmers_guide/new_ks.rst * Thesis Yann * Added gmp installation in configure * improved qp_e_conv_fci * Doc * Typos * Added variance_max * Fixed completion in qp_create * modif TODO * fixed DFT potential for n_states gt 1 * improved pot pbe * trying to improve sr PBE * fixed potential pbe * fixed the vxc smashed for pbe sr and normal * Comments in selection * bug fixed by peter * Fixed bug with zero beta electrons * Update README.rst * Update e_xc_new_func.irp.f * Update links.rst * Update quickstart.rst * Update quickstart.rst * updated cipsi * Fixed energies of non-expected s2 (#9) * Moved diag_algorithm in Davdison * some modifs * modified gfortran_debug.cfg * fixed automatization of functionals * modified e_xc_general.irp.f * minor modifs in ref_bitmask.irp.f * modifying functionals * rs_ks_scf and ks_scf compiles with the automatic handling of functionals * removed prints * fixed configure * fixed the new functionals * Merge toto * modified automatic functionals * Changed python into python2 * from_xyz suppressed * Cleaning repo * Update README.md * Update README.md * Contributors * Update GITHUB.md * bibtex
94 lines
4.3 KiB
ReStructuredText
94 lines
4.3 KiB
ReStructuredText
.. _Autoconf: http://www.gnu.org/software/autoconf
|
|
.. _Bats: https://github.com/sstephenson/bats
|
|
.. _BLAS: http://www.netlib.org/blas/
|
|
.. _Core: https://opensource.janestreet.com/core/
|
|
.. _Dice: https://sanshar.github.io/Dice/
|
|
.. _EMSL_Basis_Set_Exchange_Local: https://github.com/TApplencourt/EMSL_Basis_Set_Exchange_Local
|
|
.. _EZFIO: http://gitlab.com/scemama/EZFIO
|
|
.. _external plugins: https://gitlab.com/scemama/qp_plugins
|
|
.. _GAMESS: https://www.msg.chem.iastate.edu/gamess/
|
|
.. _GNU make: http://www.gnu.org/software/make
|
|
.. _GNU Patch: http://savannah.gnu.org/projects/patch
|
|
.. _Irene: http://www-hpc.cea.fr/en/complexe/tgcc-Irene.htm
|
|
.. _IRPF90: http://irpf90.ups-tlse.fr
|
|
.. _LAPACK: http://www.netlib.org/lapack/
|
|
.. _NECI: https://github.com/ghb24/NECI_STABLE
|
|
.. _Ninja: https://ninja-build.org/
|
|
.. _NWChem: http://www.nwchem-sw.org/
|
|
.. _OCaml: http://ocaml.org/
|
|
.. _OPAM: http://opam.ocaml.org/
|
|
.. _Olympe: https://www.calmip.univ-toulouse.fr/spip.php?article582&lang=fr
|
|
.. _Python: http://www.python.org
|
|
.. _QMC=Chem: https://gitlab.com/scemama/qmcchem
|
|
.. _QMCPack: https://qmcpack.org
|
|
.. _resultsFile: http://gitlab.com/scemama/resultsFile
|
|
.. _SLURM: https://slurm.schedmd.com/
|
|
.. _ZeroMQ: http://zeromq.org/
|
|
.. _Zlib: http://zlib.net
|
|
|
|
|
|
.. |Bats| replace:: `Bats`_
|
|
.. |BLAS| replace:: `BLAS`_
|
|
.. |EZFIO| replace:: `EZFIO`_
|
|
.. |GAMESS| replace:: `GAMESS`_
|
|
.. |IRPF90| replace:: `IRPF90`_
|
|
.. |LAPACK| replace:: `LAPACK`_
|
|
.. |Ninja| replace:: `Ninja`_
|
|
.. |OCaml| replace:: `OCaml`_
|
|
.. |OPAM| replace:: `OPAM`_
|
|
.. |Python| replace:: `Python`_
|
|
.. |qp| replace:: *Quantum Package*
|
|
.. |QP| replace:: *Quantum Package*
|
|
.. |qpsh| replace:: *Quantum Package Shell*
|
|
.. |QPSH| replace:: |qpsh|
|
|
.. |resultsFile| replace:: `resultsFile`_
|
|
.. |SLURM| replace:: `SLURM`_
|
|
.. |ZeroMQ| replace:: `ZeroMQ`_
|
|
|
|
.. |AO| replace:: :abbr:`AO (Atomic Orbital)`
|
|
.. |AOs| replace:: :abbr:`AOs (Atomic Orbitals)`
|
|
.. |CAS| replace:: :abbr:`CAS (Complete Active Space)`
|
|
.. |CAS-SD| replace:: :abbr:`CAS-SD (Complete Active Space plus all Singles and Doubles)`
|
|
.. |CCD| replace:: :abbr:`CCD (Coupled Cluster with Double Excitations)`
|
|
.. |CCSD| replace:: :abbr:`CCSD (Coupled Cluster with Single and Double Excitations)`
|
|
.. |CID| replace:: :abbr:`CID (Configuration Interaction with Double Excitations)`
|
|
.. |CIPSI| replace:: :abbr:`CIPSI (Configuration Interaction using a Perturbative Selection)`
|
|
.. |CI| replace:: :abbr:`CI (Configuration Interaction)`
|
|
.. |CISD| replace:: :abbr:`CISD (Configuration Interaction with Single and Double Excitations)`
|
|
.. |CASSCF| replace:: |CAS| - |SCF|
|
|
.. |CIS| replace:: :abbr:`CIS (Configuration Interaction with Single Excitations)`
|
|
.. |DDCI| replace:: :abbr:`DDCI (Difference Dedicated Configuration Interaction)`
|
|
.. |DFT| replace:: :abbr:`DFT (Density Functional Theory)`
|
|
.. |DIIS| replace:: :abbr:`DIIS (Direct Inversion of the Iterative Subspace)`
|
|
.. |FCIQMC| replace:: |FCI| - |QMC|
|
|
.. |FCI| replace:: :abbr:`FCI (Full Configuration Interaction)`
|
|
.. |HF| replace:: :abbr:`HF (Hartree-Fock)`
|
|
.. |KS-DFT| replace:: :abbr:`KS-DFT (Kohn-Sham Density Functional Theory)`
|
|
.. |MO| replace:: :abbr:`MO (Molecular Orbital)`
|
|
.. |MOs| replace:: :abbr:`MOs (Molecular Orbitals)`
|
|
.. |MP2| replace:: :abbr:`MP2 (Moller-Plesset second order perturbative correction)`
|
|
.. |MPI| replace:: :abbr:`MPI (Message Passing Interface)`
|
|
.. |MRCC| replace:: :abbr:`MRCC (Multi-Reference Coupled Cluster)`
|
|
.. |MRPT| replace:: :abbr:`MRPT (Multi-Reference Perturbation Theory)`
|
|
.. |PT2| replace:: :abbr:`PT2 (Second order perturbative correction)`
|
|
.. |QMC| replace:: :abbr:`QMC (Quantum Monte Carlo)`
|
|
.. |ROHF| replace:: :abbr:`ROHF (Restricted Open-Shell Hartree-Fock)`
|
|
.. |RSDFT| replace:: :abbr:`RSDFT (Range Separated Density Functional Theory)`
|
|
.. |RSH| replace:: :abbr:`RSH (Range Separated Hybrids)`
|
|
.. |rst| replace:: :abbr:`RST (ReStructured Text)`
|
|
.. |SCF| replace:: :abbr:`SCF (Self Consistent Field)`
|
|
.. |sCI| replace:: :abbr:`sCI (Selected-CI)`
|
|
.. |WFT| replace:: :abbr:`WFT (Wave Function Theory)`
|
|
.. |LDA| replace:: :abbr:`LDA (Local Density Approximation)`
|
|
.. |PBE| replace:: :abbr:`PBE (Perdew-Burke-Ernzerhof)`
|
|
|
|
.. |kalpha| replace:: :math:`|\alpha \rangle`
|
|
.. |H| replace:: :math:`\hat H`
|
|
.. |Psi| replace:: :math:`|\Psi \rangle`
|
|
.. |S^2| replace:: :math:`\widehat{S^2}`
|
|
.. |true| replace:: ``true``
|
|
.. |false| replace:: ``false``
|
|
.. |README| replace:: :file:`README.rst`
|
|
.. |NEED| replace:: :file:`NEED`
|
|
|