|
tblite
Light-weight tight-binding framework
|
Declaration of an integral storage container to collect all overlap related integrals. More...
Data Types | |
| type | integral_type |
| Integral container to store all overlap related integrals. More... | |
Functions/Subroutines | |
| subroutine, public | new_integral (self, nao) |
| Create and allocate a new integral container storage. | |
Declaration of an integral storage container to collect all overlap related integrals.
| subroutine, public tblite_integral_type::new_integral | ( | type(integral_type), intent(out) | self, |
| integer, intent(in) | nao ) |
Create and allocate a new integral container storage.
| [out] | self | Instance of the integral container |
| [in] | nao | Dimension of the integrals |