Go to the source code of this file.
|
| subroutine, public | tblite_interface::tb_init_geometry (qs_env, tb) |
| | intialize geometry objects ...
|
| |
| subroutine, public | tblite_interface::tb_init_wf (tb) |
| | initialize wavefunction ...
|
| |
| subroutine, public | tblite_interface::tb_set_calculator (tb, typ) |
| | ...
|
| |
| subroutine, public | tblite_interface::tb_get_energy (qs_env, tb, energy) |
| | ...
|
| |
| subroutine, public | tblite_interface::tb_get_basis (tb, gto_basis_set, element_symbol, param, occ) |
| | ...
|
| |
| subroutine, public | tblite_interface::build_tblite_matrices (qs_env, calculate_forces) |
| | ...
|
| |
| subroutine, public | tblite_interface::tb_update_charges (qs_env, dft_control, tb, calculate_forces, use_rho) |
| | ...
|
| |
| subroutine, public | tblite_interface::tb_ham_add_coulomb (qs_env, tb, dft_control) |
| | ...
|
| |
| subroutine, public | tblite_interface::tb_get_multipole (qs_env, tb) |
| | ...
|
| |
| subroutine, public | tblite_interface::tb_derive_dh_diag (qs_env, use_rho, nimg) |
| | compute the derivative of the energy
|
| |
| subroutine, public | tblite_interface::tb_derive_dh_off (qs_env, use_rho, nimg) |
| | compute the derivative of the energy
|
| |