Add pyridine and pyrimidine
This commit is contained in:
parent
c2a8f8e909
commit
e8c8bf7803
13
pyridine/cc-pvdz/pyridine.xyz
Normal file
13
pyridine/cc-pvdz/pyridine.xyz
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
11
|
||||||
|
|
||||||
|
C 0.00000000 0.00000000 -2.66451139
|
||||||
|
C 0.00000000 2.25494985 -1.32069889
|
||||||
|
C 0.00000000 -2.25494985 -1.32069889
|
||||||
|
C 0.00000000 2.15398594 1.30669632
|
||||||
|
C 0.00000000 -2.15398594 1.30669632
|
||||||
|
N 0.00000000 0.00000000 2.62778932
|
||||||
|
H 0.00000000 0.00000000 -4.70641516
|
||||||
|
H 0.00000000 4.05768507 -2.27625442
|
||||||
|
H 0.00000000 -4.05768507 -2.27625442
|
||||||
|
H 0.00000000 3.88059079 2.40341581
|
||||||
|
H 0.00000000 -3.88059079 2.40341581
|
22
pyridine/cc-pvdz/run_fci.sh
Normal file
22
pyridine/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
|
||||||
|
|
||||||
|
|
12
pyrimidine/cc-pvdz/pyrimidine.xyz
Normal file
12
pyrimidine/cc-pvdz/pyrimidine.xyz
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
10
|
||||||
|
|
||||||
|
C 0.00000000 0.00000000 2.41518350
|
||||||
|
C 0.00000000 -0.00000000 -2.60410885
|
||||||
|
C 0.00000000 2.23272561 -1.22869402
|
||||||
|
C 0.00000000 -2.23272561 -1.22869402
|
||||||
|
N 0.00000000 2.26214196 1.29619742
|
||||||
|
N 0.00000000 -2.26214196 1.29619742
|
||||||
|
H 0.00000000 0.00000000 4.45780256
|
||||||
|
H 0.00000000 0.00000000 -4.64120942
|
||||||
|
H 0.00000000 4.05149341 -2.16351748
|
||||||
|
H 0.00000000 -4.05149341 -2.16351748
|
22
pyrimidine/cc-pvdz/run_fci.sh
Normal file
22
pyrimidine/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