Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 1.24 KB

README.md

File metadata and controls

45 lines (30 loc) · 1.24 KB
title
Python Magnet Geometry

image

image

Documentation Status

Updates

Python Magnet Geometry contains magnet geometrical models

Features

  • Define Magnet geometry as yaml files
  • Load/Create CAD and Mesh with Salome (see hifimagnet.salome)

INSTALL

To install in a python virtual env

python -m venv --system-site-packages magnetgeo-env
source ./magnetgeo-env/bin/activate
pip install -r requirements.txt

Examples

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.