![]() |
(git:f56c6e3)
|
Holds information on atomic properties. More...
Data Types | |
| type | atprop_type |
| type for the atomic properties More... | |
Functions/Subroutines | |
| subroutine, public | atprop_create (atprop_env) |
| ... | |
| subroutine, public | atprop_init (atprop_env, natom) |
| ... | |
| subroutine, public | atprop_array_init (atarray, natom) |
| ... | |
| subroutine, public | atprop_array_add (array_a, array_b) |
| ... | |
| subroutine, public | atprop_release (atprop_env) |
| releases the atprop | |
Holds information on atomic properties.
| subroutine, public atprop_types::atprop_create | ( | type(atprop_type), pointer | atprop_env | ) |
...
| atprop_env | ... |
Definition at line 50 of file atprop_types.F.
| subroutine, public atprop_types::atprop_init | ( | type(atprop_type), intent(inout) | atprop_env, |
| integer, intent(in) | natom | ||
| ) |
...
| atprop_env | ... |
| natom | ... |
Definition at line 63 of file atprop_types.F.
| subroutine, public atprop_types::atprop_array_init | ( | real(kind=dp), dimension(:), pointer | atarray, |
| integer, intent(in) | natom | ||
| ) |
...
| atarray | ... |
| natom | ... |
Definition at line 86 of file atprop_types.F.
| subroutine, public atprop_types::atprop_array_add | ( | real(kind=dp), dimension(:), intent(inout) | array_a, |
| real(kind=dp), dimension(:), intent(in), pointer | array_b | ||
| ) |
...
| array_a | ... |
| array_b | ... |
Definition at line 117 of file atprop_types.F.
| subroutine, public atprop_types::atprop_release | ( | type(atprop_type), pointer | atprop_env | ) |
releases the atprop
| atprop_env | the object to release |
Definition at line 132 of file atprop_types.F.