public subroutine precalculate_twoel(p, a, g, b)
precalculate all 2el matrix elements
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
type(param),
|
intent(in) |
|
|
:: |
p |
|
type(atom_set),
|
intent(in) |
|
|
:: |
a(:) |
|
type(grid3d),
|
intent(in) |
|
|
:: |
g |
|
type(basis),
|
intent(inout) |
|
|
:: |
b |
|