Class Minimize


public class Minimize extends AlgorithmsCommand
The Real Space Minimize script.
Usage:
ffxc realspace.Minimize [options] <filename [file2...]>
  • Constructor Details

    • Minimize

      public Minimize()
      Minimize constructor.
    • Minimize

      public Minimize(String[] args)
      Minimize constructor that sets the command line arguments.
      Parameters:
      args - Command line arguments.
    • Minimize

      public Minimize(FFXBinding binding)
      Minimize constructor.
      Parameters:
      binding - The Binding to use.
  • Method Details

    • run

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

      public boolean destroyPotentials()
      Description copied from class: AlgorithmsCommand
      Reclaims resources associated with all Potential objects associated with this script.
      Overrides:
      destroyPotentials in class AlgorithmsCommand
      Returns:
      If all Potentials had resources reclaimed.