EFP¶
-
class
psi4.core.
EFP
¶ Bases:
pybind11_builtins.pybind11_object
Class interfacing with libefp
Methods Summary
compute
(self)Computes libefp energies and, if active, torque nfragments
(self)Returns the number of EFP fragments in the molecule print_out
(self)Prints options settings and EFP and QM geometries set_qm_atoms
(self)Provides libefp with QM fragment information Methods Documentation
-
compute
(self: psi4.core.EFP) → None¶ Computes libefp energies and, if active, torque
-
nfragments
(self: psi4.core.EFP) → int¶ Returns the number of EFP fragments in the molecule
-
print_out
(self: psi4.core.EFP) → None¶ Prints options settings and EFP and QM geometries
-
set_qm_atoms
(self: psi4.core.EFP) → None¶ Provides libefp with QM fragment information
-
compute
(self: psi4.core.EFP) → None Computes libefp energies and, if active, torque
-
nfragments
(self: psi4.core.EFP) → int Returns the number of EFP fragments in the molecule
-
print_out
(self: psi4.core.EFP) → None Prints options settings and EFP and QM geometries
-
set_qm_atoms
(self: psi4.core.EFP) → None Provides libefp with QM fragment information
-