run_mopac: Run mopac executable

Description Usage Arguments Examples

Description

Run mopac executable

Usage

1
run_mopac(fname)

Arguments

fname

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
##---- Should be DIRECTLY executable !! ----
##-- ==>  Define data, use random,
##--	or do  help(data=index)  for the standard data sets.
## mopac2012.exe has to be localy installed
## Please refer to http://openmopac.net/MOPAC2012.html for the installation instractions
## The function is currently defined as
run_mopac <- function(fname)
{
  shell(paste("mopac2012.exe", "aaa.mop"))
}

conmolfields documentation built on May 2, 2019, 4:18 p.m.