Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wangenau/variational_mesh
Optimize meshes for quantum chemistry calculations.
https://github.com/wangenau/variational_mesh
dft pyscf python
Last synced: about 2 months ago
JSON representation
Optimize meshes for quantum chemistry calculations.
- Host: GitHub
- URL: https://github.com/wangenau/variational_mesh
- Owner: wangenau
- License: apache-2.0
- Created: 2020-11-24T16:48:23.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-14T18:51:30.000Z (about 3 years ago)
- Last Synced: 2024-08-05T11:12:51.056Z (6 months ago)
- Topics: dft, pyscf, python
- Language: Python
- Homepage: https://gitlab.com/wangenau/variational_mesh
- Size: 608 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Variational Mesh
[![license](https://img.shields.io/badge/license-APACHE2-green)](https://www.apache.org/licenses/LICENSE-2.0)
[![language](https://img.shields.io/badge/language-Python-blue)](https://www.python.org/)
[![DOI](https://zenodo.org/badge/315695302.svg)](https://zenodo.org/badge/latestdoi/315695302)A variational mesh implementation to optimize meshes for quantum chemistry calculations with [PySCF](https://github.com/pyscf/pyscf) or [PyFLOSIC](https://github.com/pyflosic/pyflosic).
## Documentation
To learn how the implementation works or how to use it, take a look inside the [documentation](https://wangenau.gitlab.io/variational_mesh/).
## Installation
The package can be installed using pip
```
pip install var-mesh
```## Authors
* **Wanja Schulze** - Maintainer - [email protected]
* **Jens Kortus** - Supervisor
* **Sebastian Schwalbe** - Co-worker - [email protected]
* **Jakob Kraus** - Co-worker - [email protected]
* **Kai Trepte** - Co-worker - [email protected]
* **Simon Liebing** - Co-worker## License
This project is licensed under the Apache 2.0 License - see the [LICENSE](https://gitlab.com/wangenau/variational_mesh/-/blob/master/LICENSE) file for details.