Fix more typos in examples
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
#!/usr/bin/env python -i
|
||||
# preceeding line should have path for Python on your machine
|
||||
# preceding line should have path for Python on your machine
|
||||
|
||||
# demo.py
|
||||
# Purpose: illustrate use of many library interface commands
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
#!/usr/bin/env python -i
|
||||
# preceeding line should have path for Python on your machine
|
||||
# preceding line should have path for Python on your machine
|
||||
|
||||
# gui.py
|
||||
# Purpose: control a continuously running LAMMPS simulation via a Tkinter GUI
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
#!/usr/bin/env python -i
|
||||
# preceeding line should have path for Python on your machine
|
||||
# preceding line should have path for Python on your machine
|
||||
|
||||
# mc.py
|
||||
# Purpose: mimic operation of example/MC/in.mc via Python
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
#!/usr/bin/env python -i
|
||||
# preceeding line should have path for Python on your machine
|
||||
# preceding line should have path for Python on your machine
|
||||
|
||||
# plot.py
|
||||
# Purpose: plot Temp of running LAMMPS simulation via GnuPlot in Pizza.py
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
#!/usr/bin/env python -i
|
||||
# preceeding line should have path for Python on your machine
|
||||
# preceding line should have path for Python on your machine
|
||||
|
||||
# simple.py
|
||||
# Purpose: mimic operation of examples/COUPLE/simple/simple.cpp via Python
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
#!/usr/bin/env python -i
|
||||
# preceeding line should have path for Python on your machine
|
||||
# preceding line should have path for Python on your machine
|
||||
|
||||
# split.py
|
||||
# Purpose: similar to simple.py, but first the world communicator
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
#!/usr/bin/env python -i
|
||||
# preceeding line should have path for Python on your machine
|
||||
# preceding line should have path for Python on your machine
|
||||
|
||||
# trivial.py
|
||||
# Purpose: run a LAMMPS input script via Python
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
#!/usr/bin/env python -i
|
||||
# preceeding line should have path for Python on your machine
|
||||
# preceding line should have path for Python on your machine
|
||||
|
||||
# viz_atomeye.py
|
||||
# Purpose: viz running LAMMPS simulation via AtomEye
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
#!/usr/bin/env python -i
|
||||
# preceeding line should have path for Python on your machine
|
||||
# preceding line should have path for Python on your machine
|
||||
|
||||
# viz_gl.py
|
||||
# Purpose: viz running LAMMPS simulation via GL tool in Pizza.py
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
#!/usr/bin/env python -i
|
||||
# preceeding line should have path for Python on your machine
|
||||
# preceding line should have path for Python on your machine
|
||||
|
||||
# viz_pymol.py
|
||||
# Purpose: viz running LAMMPS simulation via PyMol
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
#!/usr/bin/env python -i
|
||||
# preceeding line should have path for Python on your machine
|
||||
# preceding line should have path for Python on your machine
|
||||
|
||||
# viz_vmd.py
|
||||
# Purpose: viz running LAMMPS simulation via VMD
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
#!/usr/bin/env python -i
|
||||
# preceeding line should have path for Python on your machine
|
||||
# preceding line should have path for Python on your machine
|
||||
|
||||
# vizplotgui_atomeye.py
|
||||
# Purpose: viz running LAMMPS simulation via AtomEye with plot and GUI
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
#!/usr/bin/env python -i
|
||||
# preceeding line should have path for Python on your machine
|
||||
# preceding line should have path for Python on your machine
|
||||
|
||||
# vizplotgui_gl.py
|
||||
# Purpose: viz running LAMMPS simulation via GL tool with plot and GUI
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
#!/usr/bin/env python -i
|
||||
# preceeding line should have path for Python on your machine
|
||||
# preceding line should have path for Python on your machine
|
||||
|
||||
# vizplotgui_pymol.py
|
||||
# Purpose: viz running LAMMPS simulation via PyMol with plot and GUI
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
#!/usr/bin/env python -i
|
||||
# preceeding line should have path for Python on your machine
|
||||
# preceding line should have path for Python on your machine
|
||||
|
||||
# vizplotgui_vmd.py
|
||||
# Purpose: viz running LAMMPS simulation via VMD with plot and GUI
|
||||
|
||||
Reference in New Issue
Block a user