Dirac Program
Relativistic Calculations
Relativistic Calculations
Dirac program is a tools to make full-electronic relativistic calculation using the Dirac's Equation
Official page: www.diracprogram.org/doku.php
Download page: zenodo.org/record/6010450
Information about keywords and tutorials, in these pages:
#SBATCH -A mendoza_q
#SBATCH --exclude=amr-163,amr-178,amr-179
this should submit to our queue, exclude your buyin nodes and flip the jobs to run in the general partition, avoiding incurring cpu.
Install Instruction
Steps of installation can find: http://www.diracprogram.org/doc/master/installation/general.html
Parallel installation with openmpi
./setup --mpi --fc=mpif90 --cc=mpicc --cxx=mpicxx
Configuration sequential with intel and parallel mkl
./setup --fc=ifort --cc=icc --cxx=icpc --mkl=parallel
It's possible get Dirac with 64 bits, add the parameter --int64
Dirac-Hartree-Dock Calculation
It's necessary the .inp and .mol files. The .inp file has the specifications about calculation while .mol has the information of molecule system (to see more information about *SCF section, visit www.diracprogram.org/doc/master/manual/wave_function/scf.html)
**DIRAC
.TITLE
DHF
.WAVE FUNCTION
**WAVE FUNCTIONS
.SCF
*SCF
.EVCCNV !Convergence parameter
6.0E-3 !Threshold
.MAXITR
100
*END OF
INTGRL
2He
C 2 0 A
2. 1
Ne 0.0000 0.0000 0.0000
LARGE BASIS STO-2G
Ne 0.0000 0.0000 0.0000
LARGE BASIS STO-2G
FINISH
**DIRAC
.TITLE
DHF
.WAVE FUNCTION
**WAVE FUNCTIONS
.SCF
*SCF
.EVCCNV
6.0E-3
.MAXITR
100
**HAMILTONIAN
.DFT
B3LYP
*DFT
.TINYDENS
1.0D-14
*END OF
INTGRL
2He
C 2 0 A
2. 1
Ne 0.0000 0.0000 0.0000
LARGE BASIS STO-2G
Ne 0.0000 0.0000 0.0000
LARGE BASIS STO-2G
FINISH
Information about DFT, consult the following pages:
*DFT: www.diracprogram.org/doc/master/manual/dft.html
*Functionals: www.diracprogram.org/doc/master/manual/dftcfun.html
**DIRAC
.TITLE
DHF
.WAVE FUNCTION
**WAVE FUNCTIONS
.SCF
.MP2
*SCF
.EVCCNV
6.0E-3
.MAXITR
100
*MP2CAL
.SCREEN
1.0D-14
*END OF
*MP2CAL information:
www.diracprogram.org/doc/master/manual/wave_function/mp2cal.html#mp2cal
Documentations about other post-Dirac-Hartree-Fock, consult **WAVE FUNCTION module: