https://github.com/superstar54/ase-quantumespresso
ASE calculators for Quantum ESPRESSO
https://github.com/superstar54/ase-quantumespresso
ase espreso quantum
Last synced: 6 months ago
JSON representation
ASE calculators for Quantum ESPRESSO
- Host: GitHub
- URL: https://github.com/superstar54/ase-quantumespresso
- Owner: superstar54
- License: mit
- Created: 2024-06-03T14:49:59.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-13T12:48:23.000Z (almost 2 years ago)
- Last Synced: 2025-12-28T06:28:59.786Z (7 months ago)
- Topics: ase, espreso, quantum
- Language: Python
- Homepage: https://ase-quantumespresso.readthedocs.io/en/latest/
- Size: 457 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ASE-QuantumESPRESSO
[](https://badge.fury.io/py/ase-quantumespresso)
[](https://github.com/superstar54/ase-quantumespresso/actions/workflows/ci.yaml)
[](https://codecov.io/gh/superstar54/ase-quantumespresso)
[](http://ase-quantumespresso.readthedocs.io/)
Extends the functionality of ASE espresso module by providing additional calculators for Quantum ESPRESSO binaries, including `pw.x`, `dos.x`, `pp.x`, and others.
## Installation
To install the ASE-QuantumESPRESSO package, you can use pip:
```bash
pip install ase-quantumespresso
```
## Workflows using `ase-quantumespresso`
Please see the [ase-quantumespresso](https://workgraph-collections.readthedocs.io/en/latest/ase/espresso/index.html)
## Usage
### DFT+U
```python
atoms.info['hubbard_u'] = 'HUBBARD (ortho-atomic)', 'U Mn-3d 5.0', 'U Ni-3d 6.0'
```