mc-react-phonon-visualizer
v0.4.1
Published
The React component implemented in this repo mimics the features of the [phonon visualizer](https://henriquemiranda.github.io/phononwebsite/) developed by [Henrique Miranda](https://henriquemiranda.github.io/) and used in the Materials Cloud.
Downloads
58
Readme
Phonon visualizer React component for the Materials Cloud
The React component implemented in this repo mimics the features of the phonon visualizer developed by Henrique Miranda and used in the Materials Cloud.
Dependencies
sass,bootstrap, andbootstrap-iconsfor stylesreact-plotly.jsfor the phonon bands viewWEASfor the cell view
Testing
The app is self-tested via the App component against local test data (/data/test.json).
Publishing a new version
Make sure build works locally without problems:
npm run buildTo make a new version and publish to npm via GitHub Actions:
npm version <major/minor/patch>
git push --follow-tags