Class Solvator


public class Solvator extends PotentialCommand
The Solvator script puts a box of solvent around a solute.
Usage:
ffxc Solvator [options] <filename>
  • Constructor Details

    • Solvator

      public Solvator()
    • Solvator

      public Solvator(FFXBinding binding)
    • Solvator

      public Solvator(String[] args)
  • Method Details

    • setProperties

      public void setProperties(org.apache.commons.configuration2.Configuration additionalProps)
    • run

      public Solvator run()
      Description copied from class: FFXCommand
      Execute this Command.
      Overrides:
      run in class FFXCommand
      Returns:
      The current FFXCommand.
    • getWrittenFile

      public File getWrittenFile()
    • getPotentials

      public List<Potential> getPotentials()
      Description copied from class: PotentialCommand
      Returns a List of all Potential objects associated with this script. Should be written to tolerate nulls, as many tests run help() and exit without instantiating their Potentials.
      Overrides:
      getPotentials in class PotentialCommand
      Returns:
      All Potentials. Sometimes empty, never null.