forked from stfc/janus-core
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add phonopy dependency * Add seekpath for qpoints calculation * Update .gitignore to ignore pdf and yaml files * Allow ax as variable name * Add initial phonons * Allow list of supercell dimensions * Remove plotting for phonons * Add kwargs for phonons optimizer * Tidy phonons * Add initial phonons CLI * Fix docs * Update docstrings * Add options for phonon CLI * Add file prefix option for phonons * Separate thermal property calculation from phonons * Add default supercell value for phonons * Add structure name option for phonon CLI * Fix setting structure name for phonons * Enable setting DOS and PSDOS file prefixes * Add initial tests for phonon CLI * Add logging for optimize via phonons * Add tests for phonons * Add logging for phonons * Rename phonon params file * Update README for phonons * Add phonon CLI flags to summary * Create separate functions to write phonon results * Change hdf5 force constants to option * Fix default mesh for phonons * Refactor setting default filenames for phonons * Add hdf5 to gitignore * Tidy printing thermal properties for phonons * Change phonon supercell input to string * Add tests for supercell * Update tests/test_phonons_cli.py Co-authored-by: Jacob Wilkins <[email protected]> * Tidy supercell CLI parsing * Update janus_core/cli/phonons.py * Update janus_core/calculations/phonons.py * Update janus_core/cli/phonons.py * restructure a little bit and test the permissions * Update janus_core/cli/phonons.py Co-authored-by: Jacob Wilkins <[email protected]> * restructure a little bit and test the permissions --------- Co-authored-by: ElliottKasoar <[email protected]> Co-authored-by: Jacob Wilkins <[email protected]> Co-authored-by: Alin Marin Elena <[email protected]>
- Loading branch information
1 parent
f12a5c7
commit 3e2adb8
Showing
10 changed files
with
1,195 additions
and
3 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 |
---|---|---|
|
@@ -8,6 +8,9 @@ | |
*.cif | ||
*.xyz | ||
*.yml | ||
*.yaml | ||
*.hdf5 | ||
*.traj | ||
~* | ||
*~ | ||
|
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
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
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
Oops, something went wrong.