`print.nebpath` prints the list minima for Nudged Elastic Band, activation energies and half lives calculated by Eyring equation (https://doi.org/10.1063/1.1749604).
# S3 method for nebpath
summary(object, temp = 300, eunit = "kJ/mol", ...)
nebpath object.
temperature in Kelvins.
energy units (kJ/mol or kcal/mol, kJ/mol is default).
further arguments passed to or from other methods.
# NOT RUN {
tfes<-fes(acealanme, imax=5000)
minima<-fesminima(tfes)
nebAD<-neb(minima, min1="A", min2="D", nsteps=20)
summary(nebAD)
# }
Run the code above in your browser using DataLab