Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 485 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 485 Bytes

spintools

spintools is a Python package for application of electric-magnetic field to materials with quantum chemical calculations.

Features

Usages

See test.py

Installation

conda create -n spintools python=3.9
conda activate spintools
git clone https://github.com/nkitamuraQC/spintools.git
cd spintools
pip install -e .