View source: R/OptiSCFMonitorAsList.R
OptiSCFMonitorAsList | R Documentation |
This function reads a Gaussian .log file and outputs a list of tibbles, each of which is the SCF Data of a optimization step.
directory |
A string vector describing the directory of the Gaussian log file. |
A list of lists. First lists is a list of tibble, each element in the list refers to a tibble recording the SCF Data of a optimization step. The second list only have one element that is a numeric vector refering to the SCF convergence requirement read from log file.
library(readr)
library(stringr)
library(tidyselect)
library(utils)
library(dplyr)
library(tibble)
OptiSCFMonitorAsList(SCFMonitorExample())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.