-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,3 +20,4 @@ Python API | |
sampling | ||
utils | ||
Interpolation with Brille <brille-interpolator> | ||
writers |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
.. _writers: | ||
|
||
=========================== | ||
Writing to external formats | ||
=========================== | ||
|
||
Phonon website visualisation | ||
---------------------------- | ||
|
||
The `phonon visualisation website <https://henriquemiranda.github.io/phononwebsite/phonon.html>`_ is a useful tool for the interpretation of phonon band structures with related eigenvectors. | ||
A :class:`QpointPhononModes <euphonic.qpoint_phonon_modes.QpointPhononModes>` object can be combined with a corresponding set of :math:`\mathbf{q}`-point labels to write an appropriate JSON file, which is importable as a "custom file". | ||
|
||
.. autofunction:: euphonic.writers.phonon_website.write_phonon_website_json | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters