33 tblite_state_gsolv = 1,
34 tblite_state_bar1mol = 2,
35 tblite_state_reference = 3,
38enum tblite_born_kernel{
39 tblite_born_still = 1,
43enum tblite_solvation_param{
44 tblite_solvation_gbe = 10,
45 tblite_solvation_alpb_gfn1 = 11,
46 tblite_solvation_alpb_gfn2 = 12,
47 tblite_solvation_gb = 20,
48 tblite_solvation_gbsa_gfn1 = 21,
49 tblite_solvation_gbsa_gfn2 = 22,
Provides an interaction container which can be added to a tblite_calculator.
struct _tblite_container * tblite_container
Interaction container.
Definition container.h:31
Provides a persistent configuration object to modify the behaviour of a calculation....
struct _tblite_error * tblite_error
Error instance.
Definition error.h:35
General macro definitions for the tblite C API bindings.
#define TBLITE_API_ENTRY
Definition macros.h:49
#define TBLITE_API_CALL
Definition macros.h:57
TBLITE_API_ENTRY tblite_container TBLITE_API_CALL tblite_new_gb_solvation_epsilon(tblite_error error, tblite_structure mol, double eps, int version, int born)
TBLITE_API_ENTRY tblite_container TBLITE_API_CALL tblite_new_alpb_solvation_solvent(tblite_error error, tblite_structure mol, char *solvent, int version, int refstate)
tblite_ref_solvation_state
Reference state enumerator.
Definition solvation.h:32
TBLITE_API_ENTRY tblite_container TBLITE_API_CALL tblite_new_cpcm_solvation_epsilon(tblite_error error, tblite_structure mol, double eps)
The structure data tblite_structure is used to represent the system of interest in the library.
struct _tblite_structure * tblite_structure
Definition structure.h:47