-
Couldn't load subscription status.
- Fork 18
Draft: minimal interface for Quantum ESPRESSO integration #440
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
base: main
Are you sure you want to change the base?
Conversation
…o qe-integration
…o qe-integration
…o). make method accecepts structures in different formats: Ase, pymatgen, ASE-readable files
…tic' return TaskDoc with input, output and metadata
…ulation, containing QE input settings
…o qe-integration
| """ | ||
|
|
||
| name: str = "qe_static" | ||
| command: str = "pw.x" |
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.
Maybe better to add QE_CMD in autoplex.settings ? And use that as default , similar to as we do for castep
autoplex/src/autoplex/settings.py
Line 124 in bfc9509
| CASTEP_CMD: str = Field(default="castep", description="command to run castep.") |
|
|
||
|
|
||
| @job | ||
| def run_qe_static(input: InputDoc, command: str) -> TaskDoc: |
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.
Is this specifically just for static? Seems like a generic QE call. Maybe rename this?
Summary
Draft PR for a minimal Quantum ESPRESSO interface to autoplex.
Contains
.pwisettings dictionaries and run SCF:autoplex/misc/qe/jobs.pyautoplex/tests/auto/QE/