summary.nebpath | R Documentation |
'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 class 'nebpath' summary(object, temp = 300, eunit = "kJ/mol", ...)
object |
nebpath object. |
temp |
temperature in Kelvins. |
eunit |
energy units (kJ/mol or kcal/mol, kJ/mol is default). |
... |
further arguments passed to or from other methods. |
tfes<-fes(acealanme, imax=5000) minima<-fesminima(tfes) nebAD<-neb(minima, min1="A", min2="D", nsteps=20) summary(nebAD)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.