lammps 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. #------------------------------------------------------------------------------
  2. # $File: lammps,v 1.2 2024/06/10 23:09:52 christos Exp $
  3. # Magic file patterns for use with file(1) for the
  4. # LAMMPS molecular dynamics simulation software.
  5. # https://lammps.sandia.gov
  6. #
  7. # Updated: 2021-03-14 by akohlmey@gmail.com
  8. # Binary restart file for the LAMMPS MD code
  9. 0 string LammpS\ RestartT LAMMPS binary restart file
  10. >0x14 long x (rev %d),
  11. >>0x20 string x Version %s,
  12. >>>0x10 lelong 0x0001 Little Endian
  13. >>>0x10 lelong 0x1000 Big Endian
  14. # Atom style binary dump file for the LAMMPS MD code
  15. # written on a little endian machine
  16. 0 lequad -8
  17. >0x08 string DUMPATOM LAMMPS atom style binary dump
  18. >>0x14 long x (rev %d),
  19. >>>0x10 lelong 0x0001 Little Endian,
  20. >>>>0x18 lequad x First time step: %lld
  21. # written on a big endian machine
  22. 0 bequad -8
  23. >0x08 string DUMPATOM LAMMPS atom style binary dump
  24. >>0x14 belong x (rev %d),
  25. >>>0x10 lelong 0x1000 Big Endian,
  26. >>>>0x18 bequad x First time step: %lld
  27. # Atom style binary dump file for the LAMMPS MD code
  28. # written on a little endian machine
  29. 0 lequad -10
  30. >0x08 string DUMPCUSTOM LAMMPS custom style binary dump
  31. >>0x16 lelong x (rev %d),
  32. >>>0x12 lelong 0x0001 Little Endian,
  33. >>>>0x1a lequad x First time step: %lld
  34. # written on a big endian machine
  35. 0 bequad -10
  36. >0x08 string DUMPCUSTOM LAMMPS custom style binary dump
  37. >>0x16 belong x (rev %d),
  38. >>>0x12 lelong 0x1000 Big Endian,
  39. >>>>0x1a bequad x First time step: %lld
  40. # LAMMPS log file
  41. 0 string LAMMPS\ ( LAMMPS log file
  42. >8 regex/16 [0-9]+\ [A-Za-z]+\ [0-9]+ written by version %s
  43. # Data file written either by LAMMPS, msi2lmp or VMD/TopoTools
  44. 0 string LAMMPS\ data\ file LAMMPS data file
  45. >0x12 string CGCMM\ style written by TopoTools
  46. >0x12 string msi2lmp written by msi2lmp
  47. >0x11 string via\ write_data written by LAMMPS
  48. # LAMMPS data file written by OVITO
  49. 0 string #\ LAMMPS\ data\ file LAMMPS data file
  50. >0x13 string written\ by\ OVITO written by OVITO
  51. # LAMMPS text mode dump file
  52. 0 string ITEM:\ TIMESTEP LAMMPS text mode dump,
  53. >15 regex/16 [0-9]+ First time step: %s