High throughput material calculation
Project description
himatcal
Some scripts to perform material simulation.
[!WARNING] 🚧 This repository is still under construction. 🚧
Installation
This project uses uv for dependency management. To install the package and its dependencies:
-
First, ensure you have uv installed:
curl -LsSf https://astral.sh/uv/install.sh | sh
-
Clone the repository and install dependencies:
git clone https://github.com/CCSun21/himatcal.git cd himatcal uv pip install -e .
-
To create and activate a virtual environment:
uv venv source .venv/bin/activate # On Unix/macOS # or .venv\Scripts\activate # On Windows
Optional dependencies are organized into extras. To install specific extras:
- For molecule-related features:
uv pip install -e ".[molecule]" - For development tools:
uv pip install -e ".[dev]"
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
himatcal-0.1.9.tar.gz
(155.5 kB
view details)
File details
Details for the file himatcal-0.1.9.tar.gz.
File metadata
- Download URL: himatcal-0.1.9.tar.gz
- Upload date:
- Size: 155.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bf5c6aaca0b1c7fdfa35d924e848fe0dbcec3d42801a9d07e0e95e6d682b13da
|
|
| MD5 |
5ec8fb9503559416a0557317b8fd52c4
|
|
| BLAKE2b-256 |
065043f314b1dcdf983a90a9e005310b1ac5614747d6f44dca5269363133c063
|