Class LambdaGradient


public class LambdaGradient extends AlgorithmsCommand
The X-ray test Lambda Gradient script.
Usage:
ffxc xray.test.LambdaGradient [options] <filename>
  • Constructor Details

    • LambdaGradient

      public LambdaGradient()
      LambdaGradient constructor.
    • LambdaGradient

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

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

    • run

      public LambdaGradient run()
      Execute this Command.
      Overrides:
      run in class FFXCommand
      Returns:
      The current FFXCommand.
    • getPotentials

      public List<Potential> getPotentials()
      Returns a List of all Potential objects associated with this script.
      Overrides:
      getPotentials in class AlgorithmsCommand
      Returns:
      All Potentials. Sometimes empty, never null.