File: README

package info (click to toggle)
openmolcas 25.02-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 170,204 kB
  • sloc: f90: 498,088; fortran: 139,779; python: 13,587; ansic: 5,745; sh: 745; javascript: 660; pascal: 460; perl: 325; makefile: 17
file content (17 lines) | stat: -rw-r--r-- 940 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
The CIsandbox is a collection of subroutines to operate on CI spaces.  In
second_quantization.f90, methods for creation/annihilation operators are
implemented that use bitwise operators on integers, i.e. the determinants
represented as bit-strings. In wavefunction.f, a derived type is used to
represent Full-CI wavefunctions. In density.f, examples of computing the 1-el
and 2-el density matrices are provided. The rest of the files deal with Fock
matrices, orbitals and integrals.

The code was mainly written to explore the CASPT2 UDL decomposition method for
direct CASPT2, but the basic subroutines are general enough to use as a sandbox
for other CI-like codes. An example Full-CI code is included as well. The
required integrals for those calculations were obtained from Molcas.

Most routines have their own documentation, so it should be fairly
straithforward to figure out how to use them.

Steven Vancoillie, December 2013, Lund