Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 0 additions & 41 deletions examples/mcpdft/00-simple_mcpdft.py

This file was deleted.

49 changes: 0 additions & 49 deletions examples/mcpdft/01-different_functionals.py

This file was deleted.

49 changes: 0 additions & 49 deletions examples/mcpdft/02-hybrid_functionals.py

This file was deleted.

13 changes: 4 additions & 9 deletions examples/mcpdft/03-metaGGA_functionals.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# patch dft2.libxc (must be done before loading mpcdft module)
from pyscf import dft
from pyscf import dft2
dft.libxc = dft2.libxc
#!/usr/bin/env/python
from pyscf import gto, scf, mcpdft

Expand All @@ -8,15 +12,6 @@

mf = scf.RHF (mol).run ()

# The translation of Meta-GGAs and hybrid-Meta-GGAs [PNAS, 122, 1, 2025, e2419413121; https://doi.org/10.1073/pnas.2419413121]

# Translated-Meta-GGA
mc = mcpdft.CASCI(mf, 'tM06L', 6, 8).run ()

# Hybrid-Translated-Meta-GGA
tM06L0 = 't' + mcpdft.hyb('M06L',0.25, hyb_type='average')
mc = mcpdft.CASCI(mf, tM06L0, 6, 8).run ()

# MC23: meta-hybrid on-top functional [PNAS, 122, 1, 2025, e2419413121; https://doi.org/10.1073/pnas.2419413121]

# State-Specific
Expand Down
40 changes: 0 additions & 40 deletions examples/mcpdft/11-grid_scheme.py

This file was deleted.

30 changes: 0 additions & 30 deletions examples/mcpdft/15-state_average.py

This file was deleted.

43 changes: 0 additions & 43 deletions examples/mcpdft/16-multi_state.py

This file was deleted.

80 changes: 0 additions & 80 deletions examples/mcpdft/41-state_average.py

This file was deleted.

Loading
Loading