|  |  (git:e68414f)
    | 
Defines functions to perform rmsd in 3D. More...
| Functions/Subroutines | |
| subroutine, public | rmsd3 (particle_set, r, r0, output_unit, weights, my_val, rotate, transl, rot, drmsd3) | 
| Computes the RMSD in 3D. Provides also derivatives. | |
Defines functions to perform rmsd in 3D.
| subroutine, public rmsd::rmsd3 | ( | type(particle_type), dimension(:), pointer | particle_set, | 
| real(kind=dp), dimension(:), intent(inout) | r, | ||
| real(kind=dp), dimension(:), intent(inout) | r0, | ||
| integer, intent(in) | output_unit, | ||
| real(kind=dp), dimension(:), intent(in), optional | weights, | ||
| real(kind=dp), intent(out), optional | my_val, | ||
| logical, intent(in), optional | rotate, | ||
| real(kind=dp), dimension(:), intent(out), optional | transl, | ||
| real(kind=dp), dimension(:, :), intent(inout), optional | rot, | ||
| real(kind=dp), dimension(:, :), intent(inout), optional | drmsd3 | ||
| ) | 
Computes the RMSD in 3D. Provides also derivatives.
| particle_set | ... | 
| r | ... | 
| r0 | ... | 
| output_unit | ... | 
| weights | ... | 
| my_val | ... | 
| rotate | ... | 
| transl | ... | 
| rot | ... | 
| drmsd3 | ... | 
Definition at line 51 of file rmsd.F.