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
1 change: 1 addition & 0 deletions examples/reference_fanpt_with_embedding.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
from fanci.fanpt_wrapper import reduce_to_fock, solve_fanpt

# NOTE: this example has not been updated to the latest fanpy version and will not work as is. It is left here for archival purposes only.
# NOTE: convert_to_fanci has been removed from the latest fanpy version.

# Number of electrons
nelec = 16
Expand Down
2 changes: 1 addition & 1 deletion fanpy/scripts/gaussian/make_fanci_script.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ def make_script( # pylint: disable=R1710,R0912,R0915
)
# imports and kwargs for script
imports = ["numpy as np", "os", "sys", "pyci", "fanpy.interface as interface"]
from_imports = [("fanpy.wfn.utils", "convert_to_fanci")]
from_imports = []

wfn_type = wfn_type.lower()

Expand Down
Loading
Loading