Skip to content

Commit

Permalink
Added support for additional methods (#656)
Browse files Browse the repository at this point in the history
Matching additional methods with our supported ESS
  • Loading branch information
kfir4444 committed May 19, 2023
2 parents c4df194 + e173010 commit b5a305a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion data/ess_methods.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ gaussian: # see https://gaussian.com/overlay3/#iop_(3/74) for more info on g16 m
- ccsd(t)
- cis
- bd
- bd(t)
- cbs-4m # composite
- cbs-qb3
- cbs-qb3-paraskevas # has different BAC in Arkane
Expand Down Expand Up @@ -115,6 +116,8 @@ molpro: # see https://www.molpro.net/info/release/doc/manual/node261.html for m
- CCSD-F12
- CCSD(T)-F12
- MRCI-F12
- MRCI
- CASSCF
- CISD
- QCISD
- VPT2
Expand All @@ -127,6 +130,8 @@ molpro: # see https://www.molpro.net/info/release/doc/manual/node261.html for m
- CCSD(T)
- CCSDT
- CCSDT(Q)
- BCCD
- BCCD(T)
terachem: # see http://www.petachem.com/doc/userguide.pdf for more info on terachem methods
- rhf
- svwn
Expand Down Expand Up @@ -199,4 +204,3 @@ openbabel:
- gaff
- uff
- ghemical

0 comments on commit b5a305a

Please sign in to comment.