tblite
Light-weight tight-binding framework
Loading...
Searching...
No Matches
Public Member Functions | Data Fields
tblite_post_processing_type::post_processing_type Type Referenceabstract
Inheritance diagram for tblite_post_processing_type::post_processing_type:
tblite_post_processing_bond_orders::wiberg_bond_orders tblite_post_processing_molecular_moments::molecular_moments

Public Member Functions

procedure(compute), deferred compute (self, mol, wfn, integrals, calc, cache_list, ctx, prlevel, dict)
 
procedure info (self, verbosity, indent)
 
procedure print_timer (self, prlevel, ctx)
 

Data Fields

character(len=:), allocatable label
 

Member Function/Subroutine Documentation

◆ compute()

procedure(compute), deferred tblite_post_processing_type::post_processing_type::compute ( class(post_processing_type), intent(inout) self,
type(structure_type), intent(in) mol,
type(wavefunction_type), intent(in) wfn,
type(integral_type) integrals,
type(xtb_calculator), intent(in) calc,
type(container_cache), dimension(:), intent(inout) cache_list,
type(context_type), intent(inout) ctx,
integer prlevel,
type(double_dictionary_type), intent(inout) dict )
pure virtual
Parameters
[in]molMolecular structure data
[in]wfnWavefunction strcuture data
integralsintegral container
[in]calccalculator instance
[in,out]ctxContext container for writing to stdout

◆ info()

procedure tblite_post_processing_type::post_processing_type::info ( class(post_processing_type), intent(in) self,
integer, intent(in) verbosity,
character(len=*), intent(in) indent )
Parameters
[in]selfInstance of the interaction container
[in]verbosityVerbosity level
[in]indentIndentation level
Returns
Information on the container

◆ print_timer()

procedure tblite_post_processing_type::post_processing_type::print_timer ( class(post_processing_type), intent(in) self,
integer prlevel,
type(context_type) ctx )
Parameters
[in]selfInstance of the interaction container

The documentation for this type was generated from the following file: