Log In | Get Help   
Home My Page Projects Code Snippets Project Openings transition state search using dynamics
Summary Activity Forums Tracker Lists Tasks Docs Surveys News SCM Files Wiki
[tsscds] View of /trunk/src/tst.f90
[tsscds] / trunk / src / tst.f90 Repository:
ViewVC logotype

View of /trunk/src/tst.f90

Parent Directory Parent Directory | Revision Log Revision Log


Revision 279 - (download) (annotate)
Wed Jun 27 20:30:08 2018 UTC (5 years, 11 months ago) by baaden
File size: 331 byte(s)
move to trunk 1
program tst
use constants 
implicit none
integer, parameter :: dp = selected_real_kind(15,307)
! program to calculate tst rate
real (dp) :: deltag,rate,temp,deg
! read deltag (in kcal/mol) and temperature (in K)
read(*,*) deltag,temp,deg
rate=deg*boltz*temp/planck*exp(-deltag/r/temp)
! rate in s-1
print*, rate

end program tst 


root@forge.cesga.es
ViewVC Help
Powered by ViewVC 1.0.0  

Powered By FusionForge