Mode calc with tot_virial calculation
This commit is contained in:
parent
4dcaddb2cb
commit
153b95194f
5 changed files with 119 additions and 0 deletions
|
@ -391,4 +391,12 @@ END FUNCTION StrDnCase
|
|||
end if
|
||||
end function permutation
|
||||
|
||||
pure function evtogp(virial)
|
||||
real(kind=dp), dimension(6), intent(in) :: virial
|
||||
real(kind=dp), dimension(6) :: evtogp
|
||||
|
||||
evtogp = virial * 1e21_dp * 1.602176565e-19_dp
|
||||
|
||||
end function
|
||||
|
||||
end module functions
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue