![]() |
(git:5f3bc36)
|
Functions/Subroutines | |
| subroutine, public | quip_energy_store_force_virial (particle_set, cell, atomic_kind_set, potparm, fist_nonbond_env, pot_quip, para_env) |
| ... | |
| subroutine, public | quip_add_force_virial (fist_nonbond_env, force, virial) |
| ... | |
| subroutine, public manybody_quip::quip_energy_store_force_virial | ( | type(particle_type), dimension(:), pointer | particle_set, |
| type(cell_type), pointer | cell, | ||
| type(atomic_kind_type), dimension(:), pointer | atomic_kind_set, | ||
| type(pair_potential_pp_type), pointer | potparm, | ||
| type(fist_nonbond_env_type), pointer | fist_nonbond_env, | ||
| real(kind=dp) | pot_quip, | ||
| type(mp_para_env_type), optional, pointer | para_env | ||
| ) |
...
| particle_set | ... |
| cell | ... |
| atomic_kind_set | ... |
| potparm | ... |
| fist_nonbond_env | ... |
| pot_quip | ... |
| para_env | ... |
Definition at line 54 of file manybody_quip.F.
| subroutine, public manybody_quip::quip_add_force_virial | ( | type(fist_nonbond_env_type), pointer | fist_nonbond_env, |
| real(kind=dp), dimension(:, :) | force, | ||
| real(kind=dp), dimension(3, 3) | virial | ||
| ) |
...
| fist_nonbond_env | ... |
| force | ... |
| virial | ... |
Definition at line 194 of file manybody_quip.F.