pytc.scf.TCSCF¶
- class pytc.scf.TCSCF(*args, **kwargs)[source]¶
Bases:
RHFTranscorrelated Self-Consistent Field (TC-SCF) solver. Inherits from PySCF’s RHF class to leverage standard integral engines. Adds TC effective potentials to H_core and V_eff.
Methods
__call__Call self as a function.
__contains____delattr__Implement delattr(self, name).
__dir__Default dir() implementation.
__eq__Return self==value.
__format__Default object formatter.
__ge__Return self>=value.
__getattr____getattribute__Return getattr(self, name).
__getitem____getstate__Helper for pickle.
__gt__Return self>value.
__hash__Return hash(self).
__init____init_subclass__This method is called when a class is subclassed.
__iter____le__Return self<=value.
__len____lt__Return self<value.
__mro_entries____ne__Return self!=value.
__new____reduce__Helper for pickle.
__reduce_ex__Helper for pickle.
__repr__Return repr(self).
__setattr__Implement setattr(self, name, value).
__sizeof__Size of object in memory, in bytes.
__str__Return str(self).
__subclasshook__Abstract classes can override this to customize issubclass().
_get_init_occGet initial occupation numbers.
Solver for generalized eigenvalue problem F C = S C e.
Gradient of the objective function.
Get core Hamiltonian including 1-body TC corrections.
Get effective potential including 2-body and 3-body TC corrections.
Enable ISDF approximation.
Attributes
__annotations____dict____display_name____doc____module____name____orig_bases____sphinx_decorator_args____sphinx_empty_attrs____sphinx_mock____weakref__list of weak references to the object
- get_veff(mol=None, dm=None, dm_last=0, vhf_last=0, hermi=1)[source]¶
Get effective potential including 2-body and 3-body TC corrections.