Uses of Class
ffx.potential.cli.PotentialCommand

Packages that use PotentialCommand
Package
Description
 
 
The Utils package implements core functionality needed for using the Potential package, such as opening and closing structure files, basic force field energy evaluations, etc.
  • Uses of PotentialCommand in ffx.potential.commands

    Modifier and Type
    Class
    Description
    class 
    Print out Biotype records for the atoms in an XYZ file.
    class 
    Convert from Cartesian to fractional coordinates.
    class 
    Fix chain breaks in a PDB file.
    class 
    Calculate the mean system density for single topology systems.
    class 
    Compute the force field potential energy.
    class 
    Generate Quantum Espresso (QE) input from an XYZ file.
    class 
    Fasta outputs a sub-sequence from a FASTA file.
    class 
    Create a Feature Map for a given protein structure.
    class 
    The FFtoXML command saves a force field as an XML file usable by OpenMM.
    class 
    Convert from fractional to Cartesian coordinates.
    class 
    Convert a CIF file to PDB/XYZ format.
    class 
    Move the center of mass of each molecule into the unit cell.
    class 
    Calculates nucleic acid torsions as well as information regarding the sugar pucker.
    class 
    The Energy script evaluates the energy of a system.
    class 
    Create sub-directories for selected space groups.
    class 
    Expand the system to P1 and then save it.
    class 
    Save the system as a PDB file.
    class 
    Save the system as an XYZ (or ARC) file.
    class 
    The Solvator script puts a box of solvent around a solute.
    class 
    The Timer command evaluates the wall clock time for energy and forces.
    class 
    Calculate the surface area and volume using the GaussVol (default) or Connolly algorithm.
    class 
    Calculate the surface area and volume using the GaussVol (default) or Connolly algorithm for each snapshot in an ARC file.
    class 
    WriteRestraints logs "restrain-position" properties for a PDB/XYZ file.
  • Uses of PotentialCommand in ffx.potential.commands.test

    Modifier and Type
    Class
    Description
    class 
    The Gradient script evaluates the consistency of the energy and gradient.
    class 
    The LambdaGradient script tests numeric gradients w.r.t. lambda against numeric, finite-difference gradients
    Usage:
    ffxc test.LambdaGradient [options] <filename> [file2...]
    class 
    The Gradient script evaluates the consistency of the energy and gradient for CpHMD.
    class 
    The PrmToProperty script converts a TINKER *.prm file to Java properties.
    class 
    The ReorderAtoms script sorts the atoms within an XYZ file based on atomic weight.
    class 
    Save a PDB file that includes all titrating tautomer hydrogen atoms.
  • Uses of PotentialCommand in ffx.potential.utils

    Modifier and Type
    Field
    Description
    PotentialTest.potentialScript