![]() |
(git:b77b4be)
|
Go to the source code of this file.
Functions | |
void | grid_create_basis_set (const int nset, const int nsgf, const int maxco, const int maxpgf, const int lmin[nset], const int lmax[nset], const int npgf[nset], const int nsgf_set[nset], const int first_sgf[nset], const double sphi[nsgf][maxco], const double zet[nset][maxpgf], grid_basis_set **basis_set_out) |
Allocates a basis set which can be passed to grid_create_task_list. See grid_task_list.h for details. | |
void | grid_free_basis_set (grid_basis_set *basis_set) |
Deallocates given basis set. | |
void grid_create_basis_set | ( | const int | nset, |
const int | nsgf, | ||
const int | maxco, | ||
const int | maxpgf, | ||
const int | lmin[nset], | ||
const int | lmax[nset], | ||
const int | npgf[nset], | ||
const int | nsgf_set[nset], | ||
const int | first_sgf[nset], | ||
const double | sphi[nsgf][maxco], | ||
const double | zet[nset][maxpgf], | ||
grid_basis_set ** | basis_set_out | ||
) |
Allocates a basis set which can be passed to grid_create_task_list. See grid_task_list.h for details.
Allocates a basis set which can be passed to grid_create_task_list.
Definition at line 19 of file grid_basis_set.c.
void grid_free_basis_set | ( | grid_basis_set * | basis_set | ) |
Deallocates given basis set.
Definition at line 67 of file grid_basis_set.c.