LocalHamGen_config_coupling¶
Config coupling method directly for a LocalHamGen object.
Functions¶
|
Take the configuration |
Module Contents¶
- LocalHamGen_config_coupling.config_coupling(self, config, atol=1e-12)¶
Take the configuration
configand return the list of other configurations this Hamiltonian couples it to and the corresponding coefficients.- Parameters:
- Returns:
coupled_configs (list[dict[hashable, int]]) – List of configurations
configis coupled to.coupling_coeffs (list[float]) – List of coupling coefficients.