ergo
|
#include <stdlib.h>
#include "functionals.h"
#include "basisinfo.h"
#include "molecule.h"
#include "grid_reader.h"
Go to the source code of this file.
Macros | |
#define | EXTERN_C |
#define | RESTRICT restrict |
#define | __CVERSION__ |
#define | FSYM(a) a ## _ |
#define | FSYM2(a) a ## _ |
#define | ELEMENTS(arr) (sizeof(arr)/sizeof(arr[0])) |
#define | __inline__ |
Typedefs | |
typedef void(* | DFTPropEvalMaster) (void) |
typedef void(* | DFTPropEvalSlave) (real *work, int *lwork, const int *iprint) |
Functions | |
EXTERN_C void | dftpot0_ (FirstDrv *ds, const real *weight, const FunDensProp *dp) |
EXTERN_C void | dftpot1_ (SecondDrv *ds, const real *w, const FunDensProp *dp, const int *triplet) |
EXTERN_C int | dft_setfunc (const char *line) |
EXTERN_C void | grid_set_tmpdir (const char *tmpdir) |
EXTERN_C real | dft_get_xc (int nElectrons, const real *dmat, const BasisInfoStruct *bis, const Molecule *mol, const Dft::GridParams &gss, real *ksm, real *edfty, int nThreads) |
EXTERN_C real | dft_get_uxc (int nElectrons, const real *dmata, const real *dmatb, const BasisInfoStruct *bis, const Molecule *mol, const Dft::GridParams &gss, real *xca, real *xcb, real *edfty, int nThreads) |
Variables | |
int(* | fort_print )(const char *format,...) |
Definitions exported by the DFT module. Specific to full matrices, containing traces of Fortran influence and really deprecated...
(c) Pawel Salek, pawsa, feb 2002 @the ochem .kth .se
#define __CVERSION__ |
#define __inline__ |
#define ELEMENTS | ( | arr | ) | (sizeof(arr)/sizeof(arr[0])) |
#define EXTERN_C |
#define FSYM | ( | a | ) | a ## _ |
#define FSYM2 | ( | a | ) | a ## _ |
#define RESTRICT restrict |
typedef void(* DFTPropEvalMaster) (void) |
typedef void(* DFTPropEvalSlave) (real *work, int *lwork, const int *iprint) |
EXTERN_C real dft_get_uxc | ( | int | nElectrons, |
const real * | dmata, | ||
const real * | dmatb, | ||
const BasisInfoStruct * | bis, | ||
const Molecule * | mol, | ||
const Dft::GridParams & | gss, | ||
real * | xca, | ||
real * | xcb, | ||
real * | edfty, | ||
int | nThreads | ||
) |
EXTERN_C real dft_get_xc | ( | int | nElectrons, |
const real * | dmat, | ||
const BasisInfoStruct * | bis, | ||
const Molecule * | mol, | ||
const Dft::GridParams & | gss, | ||
real * | ksm, | ||
real * | edfty, | ||
int | nThreads | ||
) |
EXTERN_C int dft_setfunc | ( | const char * | line | ) |
Referenced by calculation_shared(), es_run(), test_mol(), and test_small().
EXTERN_C void dftpot0_ | ( | FirstDrv * | ds, |
const real * | weight, | ||
const FunDensProp * | dp | ||
) |
Referenced by xcCallbackGgaR(), and xcCallbackLdaR().
EXTERN_C void dftpot1_ | ( | SecondDrv * | ds, |
const real * | w, | ||
const FunDensProp * | dp, | ||
const int * | triplet | ||
) |
Referenced by lin_resp_cb_b_lda().
EXTERN_C void grid_set_tmpdir | ( | const char * | tmpdir | ) |
Referenced by es_run(), main(), test_mol(), and test_small().
int(* fort_print) (const char *format,...) |
Referenced by dft_get_num_threads(), dft_init(), and dft_setfunc().