 |
 |
|
|
|
|
The Amber package is used to setup Amber input files and
run minimization jobs with Amber.
|
|
|
|
new() |
|
creates a new Amber object.
|
|
|
|
generateTopCoor(molecule,topfile,coorfile,[parameters]) |
|
generates Amber topology and coordinate files from a given Molecule object
|
| |
|
runSander(files) e,topfile,coorfile,outfile,logfile,restfile,
restartinfile,restartoutfile,trajinfile,trajoutfile) |
|
runs Amber to perform a minimization or dynamics run. Required input are a command input file, a topology file, and a coordinate file. A restraint file is optional. The final conformation after the simulation run is completed is written to the output file given, program output is written to the log file. The methods generateTopCoor, genInputMinimize, and genInputRestraints are available to create the proper Amber files expected by this method.
|
| |
|
genInputDynamics(file[,parameters]) |
|
generates an Amber command input file for minimization runs. A file name for the generated file is required as argument. In addition hash-type key=>value arguments may be given to set or modify minimization parameters.
|
| |
|
genInputMinimize(file[,parameters]) |
|
generates an Amber command input file for minimization runs. A file name for the generated file is required as argument. In addition hash-type key=>value arguments may be given to set or modify minimization parameters.
|
| |
|
genInputRestraints(file,cons) |
|
generates an Amber restraint input file from a cons data structure (see: CHARMM.pm).
|
| |
|
getEnergy(logfile) |
|
extracts energy information from Amber output log file
|
| |
|
logEnergy(logfile,energylogfile) |
|
produces an energy log file from the Amber output log file
|
|
|
|
par -> { itersd, iterconj, etol, step,
gb, gbsa, cutoff, epsilon, dielec,
restrain } |
|
Amber minimization parameters
|
|
|
|
|
|
|
|