Localized Orbital Scaling Correction (LOSC) C library
losc.h
Go to the documentation of this file.
1 
6 #ifndef _LOSC_INCLUDE_C_LOSC_LOSC_H_
7 #define _LOSC_INCLUDE_C_LOSC_LOSC_H_
8 
9 #include <c_losc/matrix.h> // This brings the interface of matrix.
10 #include <c_losc/correction.h> // This brings the interface of corrections.
11 #include <c_losc/curvature.h> // This brings the interface of curvature.
12 #include <c_losc/local_occupation.h> // This brings the interface of local occupation.
13 #include <c_losc/localization.h> // This brings the interface of localization.
14 
15 #endif
The C interface for LOSC localization.
The C interface for LOSC corrections.
The C interface of matrix used in LOSC.
The C interface for LOSC curvature matrix.
The C interface for LOSC local occupation number.