Skip to content

Commit

Permalink
Merge pull request #60 from BoothGroup/disable_CCSDt
Browse files Browse the repository at this point in the history
Remove CCSDt
  • Loading branch information
obackhouse authored Jul 27, 2024
2 parents ff623d0 + 4bfaaf6 commit 9ee52d5
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 15,550 deletions.
1 change: 0 additions & 1 deletion ebcc/ansatz.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"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
1,550 changes: 0 additions & 1,550 deletions ebcc/codegen/GCCSDt.py

This file was deleted.

3,121 changes: 0 additions & 3,121 deletions ebcc/codegen/RCCSDt.py

This file was deleted.

10,413 changes: 0 additions & 10,413 deletions ebcc/codegen/UCCSDt.py

This file was deleted.

7 changes: 1 addition & 6 deletions examples/04-ccsdt_active_space.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
"""
Example of a CCSDt' and CCSDt calculations with T3 amplitudes in an
active space.
Example of a CCSDt' calculations with T3 amplitudes in an active space.
"""

import numpy as np
Expand Down Expand Up @@ -33,7 +32,3 @@
# Run a CCSDt' calculation
ccsdt = REBCC(mf, ansatz="CCSDt'", space=space)
ccsdt.kernel()

# Run a CCSDt calculation
ccsdt = REBCC(mf, ansatz="CCSDt", space=space)
ccsdt.kernel()
176 changes: 0 additions & 176 deletions tests/test_GCCSDt.py

This file was deleted.

175 changes: 0 additions & 175 deletions tests/test_RCCSDt.py

This file was deleted.

Loading

0 comments on commit 9ee52d5

Please sign in to comment.