Skip to content

Commit

Permalink
New attempt at CCSDt
Browse files Browse the repository at this point in the history
  • Loading branch information
obackhouse committed Oct 25, 2023
1 parent 6ea4eb1 commit 0a0006e
Show file tree
Hide file tree
Showing 3 changed files with 4,673 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ebcc/ansatz.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"QCISD": ("QCISD", "", 0, 0),
"DCD": ("DCD", "", 0, 0),
"DCSD": ("DCSD", "", 0, 0),
"CCSDt": ("CCSDt", "", 0, 0),
"CCSDt'": ("CCSDt'", "", 0, 0),
"CCSD-S-1-1": ("CCSD", "S", 1, 1),
"CCSD-SD-1-1": ("CCSD", "SD", 1, 1),
Expand Down Expand Up @@ -244,6 +245,7 @@ def fermionic_cluster_ranks(self, spin_type="G"):
"S": [("t1", "ov", 1)],
"D": [("t2", "oovv", 2)],
"T": [("t3", "ooovvv", 3)],
"t": [("t3", "ooOvvV", 3)],
"t'": [("t3", "OOOVVV", 3)],
}
if spin_type == "R":
Expand Down
Loading

0 comments on commit 0a0006e

Please sign in to comment.