-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Atomate2 jz pheasy_phonon #976
Open
leslie-zheng
wants to merge
33
commits into
materialsproject:main
Choose a base branch
from
leslie-zheng:atomate2_jz_pheasy
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+1,834
−0
Open
Changes from 1 commit
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
0775785
Add pheasy branch for phonon calculation using LASSO
leslie-zheng 7891554
pheasy_phonons
leslie-zheng d643fc1
add_pheasy_to_vasp_folder
leslie-zheng 93219ce
Add_pheasy_to_vasp_file
leslie-zheng f4b59c6
Merge branch 'main' into atomate2_jz_pheasy
JaGeo e514969
Merge branch 'main' into atomate2_jz_pheasy
JaGeo 11d546b
Modified some parts based on Janine's comments.
leslie-zheng 13acf5a
Merge branch 'atomate2_jz_pheasy' of https://github.com/leslie-zheng/…
leslie-zheng 57ab59f
directly import the class methods from phonons
leslie-zheng 647fe49
clean up the code
leslie-zheng 94a1acc
remove some files.
leslie-zheng b92e34e
minor change
leslie-zheng 05650d0
allow the users to define the number of displacements for random-disp…
leslie-zheng 0bf1bf8
format_adjustment
leslie-zheng e9cd8a6
format_adjustment
leslie-zheng 2bacc86
small update
leslie-zheng 4535497
clean up the code and add more comments
leslie-zheng eab1fe6
minor update
leslie-zheng 36aa5b7
allow the users to control the symmetry precision
leslie-zheng c69df93
Lower the symmetry precision to allow pheasy to find a correct space …
leslie-zheng 92ea25a
Minor update
leslie-zheng 5d6f122
minor adjustment
leslie-zheng e17a316
minor update for flow/pheasy.py
leslie-zheng f46c2fd
resuse some jobs from phonons
leslie-zheng 34a197e
clean up the job(generate_phonon_displacements)
leslie-zheng be89bce
finished cleaning up the pheasy jobs module
leslie-zheng 1316b1d
finished cleaning up the shemas/pheasy
leslie-zheng 833205a
small adjustment to pass the lint
leslie-zheng f741a8c
raise a error if ALM is not installed.
leslie-zheng 30de21a
minor update
leslie-zheng 69956d7
Merge branch 'main' into atomate2_jz_pheasy
leslie-zheng 5e2660a
minor update to pass the lint check
leslie-zheng cabc93a
added support for MLFFs
hrushikesh-s File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you only use pickle here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
other format also should be fine, any suggestions? because in pheasy, it uses the pickle, so i just simply follow it.