/atom_pos_visualization

Python code for dat file

Primary LanguagePython

Atom position visualizer

MD

Usage

  • show the atom position
$ python3 pv.py pos.dat
  • show and save the movie
$ python3 pv.py pos.dat --save

Requirements

  • Python3
    • matplotlib
    • numpy
  • ImageMagick

Dat file format

See http://www.photon.t.u-tokyo.ac.jp/~maruyama/pvwin/making.html

Tips

Edit the backend of matplotlib by editing matplotlibrc as following.

backend : TkAgg