Cost_package/README.md

61 lines
2.7 KiB
Markdown
Raw Permalink Normal View History

2020-11-27 13:32:21 +01:00
![](http://i.imgur.com/K4OqD7N.png)
2020-11-27 13:35:58 +01:00
2020-11-27 13:32:21 +01:00
Web page : http://github.com/LCPQ/Cost_package
2023-04-25 07:51:10 +02:00
The different programs need atomic integrals and molecular orbitals coming from Molcas or OpenMolcas (in the last version cost_maj.tgz).
2023-04-25 07:41:34 +02:00
2016-05-03 11:50:35 +02:00
In the whole package "cost", you can find :
2023-04-25 07:41:34 +02:00
- casdi: MRCI program (MR-SDCI, MR+DDCI, MR+DDCI2, MR+S),
2016-05-03 11:50:35 +02:00
- dolo: localization of orbitals,
- exsci also named casdiloc: selected MRCI (quasi linear MRCI),
- noscf: to optimize orbitals (using MR-SCI and density matrices of the states, different spin multiplicity or spatial symmetry allowed),
- faiano: to transform a basis set in an ANO form (sometimes useful for the localization)
2016-05-03 10:37:13 +02:00
- etc...
2023-04-25 07:51:10 +02:00
How to install
================
1. You have untared the cost_maj.tgz file
2. cd cost_maj
3. edit file install
answer the questions (lines containing "???")
(i.e. choose the F90 compiler, look also at the lapack and blas variables)
4. ./install
5. Important Note: The localisation of the cost files in the file system
appears in some files.
As a consequence, once you have run "install":
- DO NOT change the name of cost directory
- DO NOT copy the cost directory (ex cp -R cost cost2) onto another place.
2023-04-25 07:41:34 +02:00
2016-05-03 10:37:13 +02:00
People involved
===============
* Daniel Maynau
* Nadia Ben Amor
2016-05-03 11:12:08 +02:00
* Jose-Vicente Pitarch-Ruiz
2016-05-03 10:37:13 +02:00
* Antonio Monari
* Sophie Hoyau
Related Papers
==============
2016-05-03 11:33:30 +02:00
- **CASDI and (SC)2 size-consistency correction**
2016-05-03 11:05:23 +02:00
2016-05-03 11:34:56 +02:00
[Size-consistent self-consistent configuration interaction from a complete active space](http://dx.doi.org/doi:10.1016/S0009-2614(98)00104-3),N. Ben Amor, D. Maynau Chem. Phys.Lett. Volume 286, Issues 34, 10 April 1998, Pages 211220
2016-05-03 11:08:49 +02:00
2016-05-03 10:37:13 +02:00
2016-05-03 11:33:30 +02:00
- **EXSCI (CASDILOC)**
2016-05-03 11:08:49 +02:00
2016-05-03 11:34:56 +02:00
[Selected excitation for CAS-SDCI calculations](http://dx.doi.org/doi:10.1002/jcc.20588),Bories, B., Maynau, D. and Bonnet, M.-L. (2007), J. Comput. Chem., 28: 632643.
2016-05-03 11:08:49 +02:00
2016-05-03 10:37:13 +02:00
2016-05-03 11:34:56 +02:00
[Direct selected multireference configuration interaction calculations for large systems using localized orbitals](http://dx.doi.org/10.1063/1.3600351), N. Ben Amor, F. Bessac, S. Hoyau, D. Maynau, Journal of Chemical Physics, 2011, 135, pp.014101/1-014101/14.
2016-05-03 11:28:34 +02:00
2016-05-03 11:34:56 +02:00
[Multi-scale multireference configuration interaction calculations for large systems using localized orbitals: Partition in zones](http://dx.doi.org/10.1063/1.4747535), C. Chang,C. Calzado, N. Ben Amor, J. Sánchez-Marín, D. Maynau, Journal of Chemical Physics, 2012, 137 (10), pp.104102/1-104102/12
2016-05-03 11:33:30 +02:00
- **DOLO (DO Local Orbitals)**
2016-05-03 11:34:56 +02:00
[Direct generation of local orbitals for multireference treatment and subsequent uses for the calculation of the correlation energy](http://dx.doi.org/10.1063/1.1476312), Daniel Maynau, Stefano Evangelisti, Nathalie Guihéry, Carmen J. Calzado and Jean-Paul Malrieu, J. Chem. Phys. 116, 10060 (2002)
2016-05-03 11:50:35 +02:00