Add pyridazine
This commit is contained in:
parent
af0fd6848a
commit
c2a8f8e909
12
pyridazine/cc-pvdz/pyridazine.xyz
Normal file
12
pyridazine/cc-pvdz/pyridazine.xyz
Normal file
@ -0,0 +1,12 @@
|
||||
10
|
||||
|
||||
C 0.00000000 1.30150855 -2.31552865
|
||||
C 0.00000000 -1.30150855 -2.31552865
|
||||
C 0.00000000 2.49271907 0.03513416
|
||||
C 0.00000000 -2.49271907 0.03513416
|
||||
N 0.00000000 1.26228251 2.23104685
|
||||
N 0.00000000 -1.26228251 2.23104685
|
||||
H 0.00000000 4.52804172 0.19299731
|
||||
H 0.00000000 -4.52804172 0.19299731
|
||||
H 0.00000000 2.39011496 -4.03967703
|
||||
H 0.00000000 -2.39011496 -4.03967703
|
22
pyridazine/cc-pvdz/run_fci.sh
Normal file
22
pyridazine/cc-pvdz/run_fci.sh
Normal file
@ -0,0 +1,22 @@
|
||||
#!/bin/bash -x
|
||||
#SBATCH -N 1 # 1 noeud
|
||||
#SBATCH -n 1 # 1 processus
|
||||
#SBATCH -c 36 # 36 coeurs
|
||||
|
||||
INPUT=$1
|
||||
source ~/tmpdir/qp2/quantum_package.rc
|
||||
|
||||
set -e
|
||||
qp set_file $INPUT
|
||||
qp set determinants n_states 1
|
||||
qp set determinants read_wf True
|
||||
qp set determinants s2_eig False
|
||||
qp set determinants n_det_max 1e7
|
||||
qp run scf > ${INPUT}.scf.out
|
||||
qp set_frozen_core > ${INPUT}.fc.out
|
||||
qp run fci > ${INPUT}.fci.out || :
|
||||
qp run save_natorb > ${INPUT}.natorb.out
|
||||
qp set determinants n_det_max 1e8
|
||||
qp run fci > ${INPUT}.nofci.out
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user