Class LambdaGradient


public class LambdaGradient extends AlgorithmsCommand
The Real Space Annealing script.
Usage:
ffxc realspace.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