$darkmode
DENOPTIM
|
Utilities for molecular models builder. More...
Static Public Member Functions | |
static void | readKeyFileParams (String filename, ArrayList< String > data) throws DENOPTIMException |
Read the parameter settings to be used by PSSROT. More... | |
static int | countLinesWKeywordInFile (String filename, String keyword) throws DENOPTIMException |
Count the number of lines starting with a keyword. More... | |
Utilities for molecular models builder.
Definition at line 36 of file MMBuilderUtils.java.
|
static |
Count the number of lines starting with a keyword.
filename | |
keyword |
DENOPTIMException |
Definition at line 99 of file MMBuilderUtils.java.
Referenced by denoptim.integration.tinker.TinkerUtils.getNameLastCycleFile().
|
static |
Read the parameter settings to be used by PSSROT.
filename | |
data | content of file (lines) |
DENOPTIMException |
Definition at line 48 of file MMBuilderUtils.java.
Referenced by denoptim.programs.moldecularmodelbuilder.MMBuilderParameters.processParameters().