|
class(dftb_t) function, pointer | dftb_constructor (namespace) |
| The factory routine (or constructor) allocates a pointer of the corresponding type and then calls the init routine which is a type-bound procedure of the corresponding type. With this design, also derived classes can use the init routine of the parent class. More...
|
|
subroutine, public | dftb_init (this, namespace) |
| The init routine is a module level procedure This has the advantage that different classes can have different signatures for the initialization routines because they are not type-bound and thus also not inherited. More...
|
|
subroutine | dftb_init_interaction (this, interaction) |
|
subroutine | dftb_initial_conditions (this) |
|
logical function | dftb_do_algorithmic_operation (this, operation, updated_quantities) |
|
logical function | dftb_is_tolerance_reached (this, tol) |
|
subroutine | dftb_output_start (this) |
|
subroutine | dftb_output_finish (this) |
|
subroutine | dftb_output_write (this) |
|
subroutine | dftb_init_interaction_as_partner (partner, interaction) |
|
subroutine | dftb_copy_quantities_to_interaction (partner, interaction) |
|
subroutine | dftb_update_interactions_start (this) |
|
subroutine | dftb_update_kinetic_energy (this) |
|
subroutine | dftb_restart_write_data (this) |
|
logical function | dftb_restart_read_data (this) |
|
subroutine | dftb_finalize (this) |
|