neutrons / multiphonon

multiphonon (getDOS)
MIT License
2 stars 5 forks source link

Create an example that starts from numpy arrays of Q, E, and S #97

Closed yxqd closed 6 years ago

yxqd commented 6 years ago

The current example script https://github.com/sns-chops/multiphonon/blob/5ee3909b8bd2926c52942b580639c669903519f4/examples/getdos-Al.py starts from a histogram data file. Need another basic example that starts from Q, E, S numpy arrays, and then create a histogram out of them, and then process it to phonon DOS.

yxqd commented 6 years ago

See also #84