Class ReorderAtoms


public class ReorderAtoms extends PotentialCommand
The ReorderAtoms script sorts the atoms within an XYZ file based on atomic weight. Usage: ffxc test.ReorderAtoms <filename>
  • Constructor Details

    • ReorderAtoms

      public ReorderAtoms()
      Constructor.
    • ReorderAtoms

      public ReorderAtoms(FFXBinding binding)
      Constructor using Binding.
    • ReorderAtoms

      public ReorderAtoms(String[] args)
      Constructor using args.
  • Method Details