-
Notifications
You must be signed in to change notification settings - Fork 0
/
A-Matrix
executable file
·117 lines (104 loc) · 3.41 KB
/
A-Matrix
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
###################################################################
# A - Matrix
###################################################################
##<SCF| F |SCF>
#comm1 = exc_ia + F + deexc_jb
#comm2 = F + exc_ia + deexc_jb
#comm2.append(('-','-'))
#comm3 = deexc_jb + exc_ia + F
#comm3.append(('-','-'))
#comm4 = deexc_jb + F + exc_ia
#name = 'A-SCF-F-SCF.tex'
##<SCF| V2 |SCF>
#comm1 = exc_ia + V2 + deexc_jb
#comm2 = V2 + exc_ia + deexc_jb
#comm2.append(('-','-'))
#comm3 = deexc_jb + exc_ia + V2
#comm3.append(('-','-'))
#comm4 = deexc_jb + V2 + exc_ia
#name = 'A-SCF-V2-SCF.tex'
##<SCF| V1 |SCF>
#comm1 = exc_ia + V1 + deexc_jb
#comm2 = V1 + exc_ia + deexc_jb
#comm2.append(('-','-'))
#comm3 = deexc_jb + exc_ia + V1
#comm3.append(('-','-'))
#comm4 = deexc_jb + V1 + exc_ia
#name = 'A-SCF-V1-SCF.tex'
#-------------------------------------------------------
###<MP1| F |SCF>
#comm1 = MP1_bra + exc_ia + F + deexc_jb
#comm2 = MP1_bra + F + exc_ia + deexc_jb
#comm2.append(('-','-'))
#comm3 = MP1_bra + deexc_jb + exc_ia + F
#comm3.append(('-','-'))
#comm4 = MP1_bra + deexc_jb + F + exc_ia
#name = 'A-MP1-F-SCF.tex'
##<MP1| V2 |SCF>
#comm1 = MP1_bra + exc_ia + V2 + deexc_jb
#comm2 = MP1_bra + V2 + exc_ia + deexc_jb
#comm2.append(('-','-'))
#comm3 = MP1_bra + deexc_jb + exc_ia + V2
#comm3.append(('-','-'))
#comm4 = MP1_bra + deexc_jb + V2 + exc_ia
#name = 'A-MP1-V2-SCF.tex'
##<MP1| V1 |SCF>
#comm1 = MP1_bra + exc_ia + V1 + deexc_jb
#comm2 = MP1_bra + V1 + exc_ia + deexc_jb
#comm2.append(('-','-'))
#comm3 = MP1_bra + deexc_jb + exc_ia + V1
#comm3.append(('-','-'))
#comm4 = MP1_bra + deexc_jb + V1 + exc_ia
#name = 'A-MP1-V1-SCF.tex'
#-------------------------------------------------------
##<SCF| F |MP1>
#comm1 = exc_ia + F + deexc_jb + MP1_ket
#comm2 = F + exc_ia + deexc_jb + MP1_ket
#comm2.append(('-','-'))
#comm3 = deexc_jb + exc_ia + F + MP1_ket
#comm3.append(('-','-'))
#comm4 = deexc_jb + F + exc_ia + MP1_ket
#name = 'A-SCF-F-MP1.tex'
##<SCF| V2 |MP1>
#comm1 = exc_ia + V2 + deexc_jb + MP1_ket
#comm2 = V2 + exc_ia + deexc_jb + MP1_ket
#comm2.append(('-','-'))
#comm3 = deexc_jb + exc_ia + V2 + MP1_ket
#comm3.append(('-','-'))
#comm4 = deexc_jb + V2 + exc_ia + MP1_ket
#name = 'A-SCF-V2-MP1.tex'
##<SCF| V1 |MP1>
#comm1 = exc_ia + V1 + deexc_jb + MP1_ket
#comm2 = V1 + exc_ia + deexc_jb + MP1_ket
#comm2.append(('-','-'))
#comm3 = deexc_jb + exc_ia + V1 + MP1_ket
#comm3.append(('-','-'))
#comm4 = deexc_jb + V1 + exc_ia + MP1_ket
#name = 'A-SCF-V1-MP1.tex'
#######################################################
##<MP1| F |MP1>
#comm1 = MP1_bra_p2 + exc_ia + F + deexc_jb + MP1_ket
#comm2 = MP1_bra_p2 + F + exc_ia + deexc_jb + MP1_ket
#comm2.append(('-','-'))
#comm3 = MP1_bra_p2 + deexc_jb + exc_ia + F + MP1_ket
#comm3.append(('-','-'))
#comm4 = MP1_bra_p2 + deexc_jb + F + exc_ia + MP1_ket
#name = 'A-MP1-F-MP1.tex'
#-------------------------------------------------------
##<SCF| F |MP2>
#comm1 = exc_ia + F + deexc_jb + MP2_ket
#comm2 = F + exc_ia + deexc_jb + MP2_ket
#comm2.append(('-','-'))
#comm3 = deexc_jb + exc_ia + F + MP2_ket
#comm3.append(('-','-'))
#comm4 = deexc_jb + F + exc_ia + MP2_ket
#name = 'A-SCF-F-MP2.tex'
###<MP2| F |SCF>
#comm1 = MP2_bra_p + exc_ia + F + deexc_jb
#comm2 = MP2_bra_p + F + exc_ia + deexc_jb
#comm2.append(('-','-'))
#comm3 = MP2_bra_p + deexc_jb + exc_ia + F
#comm3.append(('-','-'))
#comm4 = MP2_bra_p + deexc_jb + F + exc_ia
#name = 'A-MP2-F-SCF.tex'
#-------------------------------------------------------