![]() |
(git:b77b4be)
|
Feature vectors for describing chemical environments in a rotationally invariant fashion. More...
Functions/Subroutines | |
subroutine, public | pao_ml_calc_descriptor (pao, particle_set, qs_kind_set, cell, iatom, descriptor, descr_grad, forces) |
Calculates a descriptor for chemical environment of given atom. | |
Feature vectors for describing chemical environments in a rotationally invariant fashion.
subroutine, public pao_ml_descriptor::pao_ml_calc_descriptor | ( | type(pao_env_type), pointer | pao, |
type(particle_type), dimension(:), pointer | particle_set, | ||
type(qs_kind_type), dimension(:), pointer | qs_kind_set, | ||
type(cell_type), pointer | cell, | ||
integer, intent(in) | iatom, | ||
real(dp), dimension(:), optional, allocatable | descriptor, | ||
real(dp), dimension(:), intent(in), optional | descr_grad, | ||
real(dp), dimension(:, :), intent(inout), optional | forces | ||
) |
Calculates a descriptor for chemical environment of given atom.
pao | ... |
particle_set | ... |
qs_kind_set | ... |
cell | ... |
iatom | ... |
descriptor | ... |
descr_grad | ... |
forces | ... |
Definition at line 54 of file pao_ml_descriptor.F.