Skip to content
This repository has been archived by the owner on Jul 21, 2024. It is now read-only.

Latest commit

 

History

History
17 lines (13 loc) · 528 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 528 Bytes

MuDip

A Python module to investigate magentic fields within crystal structures, allowing the visualisation of fields within the crystal and the generation of field probability distributions. The full documentation can be found here.

Installation

To install this module, type the following commands into a terminal:

git clone https://github.com/RossKnapman/MuDip.git
cd MuDip
mkdir lib
cd lib
git clone https://github.com/pybind/pybind11.git
cd ..
python setup.py install