dxtb.integrals.wrappers.hcore#
- dxtb.integrals.wrappers.hcore(numbers, positions, par, **kwargs)[source]#
Shortcut for the core Hamiltonian matrix calculation.
- Parameters:
- Returns:
Core Hamiltonian matrix of shape
(nb, nao, nao).- Return type:
Tensor
- Raises:
ValueError – If the Hamiltonian parametrization does not contain meta data or if the meta data does not contain a name to select the correct Hamiltonian.
ValueError – If the Hamiltonian name is unknown.