Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexbuccheri/exgw
GW Workflows for exciting
https://github.com/alexbuccheri/exgw
Last synced: about 1 month ago
JSON representation
GW Workflows for exciting
- Host: GitHub
- URL: https://github.com/alexbuccheri/exgw
- Owner: AlexBuccheri
- Created: 2022-03-22T20:32:35.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-03-23T15:13:42.000Z (almost 3 years ago)
- Last Synced: 2024-10-28T10:28:30.712Z (3 months ago)
- Language: Python
- Size: 54.7 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# (ex)citing(gw) Package for Automating exciting GW Calculations
## Installation
Create a venv:
```bash
mkdir venv && cd venv
python3 -m venv exgw
source exgw/bin/activate
```With the venv activated, from the repo type:
```bash
pip3 install -e .
```