nmag-python-3 0.0.2__tar.gz → 0.0.3__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {nmag_python_3-0.0.2/src/nmag_python_3.egg-info → nmag_python_3-0.0.3}/PKG-INFO +20 -2
- {nmag_python_3-0.0.2 → nmag_python_3-0.0.3}/README.md +19 -1
- {nmag_python_3-0.0.2 → nmag_python_3-0.0.3}/pyproject.toml +1 -1
- {nmag_python_3-0.0.2 → nmag_python_3-0.0.3/src/nmag_python_3.egg-info}/PKG-INFO +20 -2
- {nmag_python_3-0.0.2 → nmag_python_3-0.0.3}/LICENSE +0 -0
- {nmag_python_3-0.0.2 → nmag_python_3-0.0.3}/setup.cfg +0 -0
- {nmag_python_3-0.0.2 → nmag_python_3-0.0.3}/src/anisotropy/__init__.py +0 -0
- {nmag_python_3-0.0.2 → nmag_python_3-0.0.3}/src/anisotropy/anisotropy.py +0 -0
- {nmag_python_3-0.0.2 → nmag_python_3-0.0.3}/src/anisotropy/evaluation.py +0 -0
- {nmag_python_3-0.0.2 → nmag_python_3-0.0.3}/src/anisotropy/model.py +0 -0
- {nmag_python_3-0.0.2 → nmag_python_3-0.0.3}/src/anisotropy/predefined.py +0 -0
- {nmag_python_3-0.0.2 → nmag_python_3-0.0.3}/src/anisotropy/py.typed +0 -0
- {nmag_python_3-0.0.2 → nmag_python_3-0.0.3}/src/anisotropy/values.py +0 -0
- {nmag_python_3-0.0.2 → nmag_python_3-0.0.3}/src/mag_material/__init__.py +0 -0
- {nmag_python_3-0.0.2 → nmag_python_3-0.0.3}/src/mag_material/mag_material.py +0 -0
- {nmag_python_3-0.0.2 → nmag_python_3-0.0.3}/src/mag_material/parameters.py +0 -0
- {nmag_python_3-0.0.2 → nmag_python_3-0.0.3}/src/mag_material/py.typed +0 -0
- {nmag_python_3-0.0.2 → nmag_python_3-0.0.3}/src/nmag/__init__.py +0 -0
- {nmag_python_3-0.0.2 → nmag_python_3-0.0.3}/src/nmag/backends.py +0 -0
- {nmag_python_3-0.0.2 → nmag_python_3-0.0.3}/src/nmag/checkpoint.py +0 -0
- {nmag_python_3-0.0.2 → nmag_python_3-0.0.3}/src/nmag/config.py +0 -0
- {nmag_python_3-0.0.2 → nmag_python_3-0.0.3}/src/nmag/demag/__init__.py +0 -0
- {nmag_python_3-0.0.2 → nmag_python_3-0.0.3}/src/nmag/demag/bem_operator.py +0 -0
- {nmag_python_3-0.0.2 → nmag_python_3-0.0.3}/src/nmag/demag/geometry.py +0 -0
- {nmag_python_3-0.0.2 → nmag_python_3-0.0.3}/src/nmag/demag/lindholm.py +0 -0
- {nmag_python_3-0.0.2 → nmag_python_3-0.0.3}/src/nmag/demag/lindholm_fast.py +0 -0
- {nmag_python_3-0.0.2 → nmag_python_3-0.0.3}/src/nmag/demag/linear.py +0 -0
- {nmag_python_3-0.0.2 → nmag_python_3-0.0.3}/src/nmag/dynamics/__init__.py +0 -0
- {nmag_python_3-0.0.2 → nmag_python_3-0.0.3}/src/nmag/output.py +0 -0
- {nmag_python_3-0.0.2 → nmag_python_3-0.0.3}/src/nmag/parallel.py +0 -0
- {nmag_python_3-0.0.2 → nmag_python_3-0.0.3}/src/nmag/py.typed +0 -0
- {nmag_python_3-0.0.2 → nmag_python_3-0.0.3}/src/nmag/resources.py +0 -0
- {nmag_python_3-0.0.2 → nmag_python_3-0.0.3}/src/nmag/simulation/__init__.py +0 -0
- {nmag_python_3-0.0.2 → nmag_python_3-0.0.3}/src/nmag/simulation/anisotropy/__init__.py +0 -0
- {nmag_python_3-0.0.2 → nmag_python_3-0.0.3}/src/nmag/simulation/anisotropy/fields.py +0 -0
- {nmag_python_3-0.0.2 → nmag_python_3-0.0.3}/src/nmag/simulation/anisotropy/materials.py +0 -0
- {nmag_python_3-0.0.2 → nmag_python_3-0.0.3}/src/nmag/simulation/demag/__init__.py +0 -0
- {nmag_python_3-0.0.2 → nmag_python_3-0.0.3}/src/nmag/simulation/demag/bem/__init__.py +0 -0
- {nmag_python_3-0.0.2 → nmag_python_3-0.0.3}/src/nmag/simulation/demag/bem/diagnostics.py +0 -0
- {nmag_python_3-0.0.2 → nmag_python_3-0.0.3}/src/nmag/simulation/demag/bem/dirichlet.py +0 -0
- {nmag_python_3-0.0.2 → nmag_python_3-0.0.3}/src/nmag/simulation/demag/bem/hierarchical.py +0 -0
- {nmag_python_3-0.0.2 → nmag_python_3-0.0.3}/src/nmag/simulation/demag/bem/operator.py +0 -0
- {nmag_python_3-0.0.2 → nmag_python_3-0.0.3}/src/nmag/simulation/demag/fem/__init__.py +0 -0
- {nmag_python_3-0.0.2 → nmag_python_3-0.0.3}/src/nmag/simulation/demag/fem/assembly.py +0 -0
- {nmag_python_3-0.0.2 → nmag_python_3-0.0.3}/src/nmag/simulation/demag/fem/charges.py +0 -0
- {nmag_python_3-0.0.2 → nmag_python_3-0.0.3}/src/nmag/simulation/demag/fem/geometry.py +0 -0
- {nmag_python_3-0.0.2 → nmag_python_3-0.0.3}/src/nmag/simulation/demag/fields/__init__.py +0 -0
- {nmag_python_3-0.0.2 → nmag_python_3-0.0.3}/src/nmag/simulation/demag/fields/auxiliary.py +0 -0
- {nmag_python_3-0.0.2 → nmag_python_3-0.0.3}/src/nmag/simulation/demag/fields/probe.py +0 -0
- {nmag_python_3-0.0.2 → nmag_python_3-0.0.3}/src/nmag/simulation/demag/fields/recovery.py +0 -0
- {nmag_python_3-0.0.2 → nmag_python_3-0.0.3}/src/nmag/simulation/demag/solver.py +0 -0
- {nmag_python_3-0.0.2 → nmag_python_3-0.0.3}/src/nmag/simulation/dynamics/__init__.py +0 -0
- {nmag_python_3-0.0.2 → nmag_python_3-0.0.3}/src/nmag/simulation/dynamics/advance.py +0 -0
- {nmag_python_3-0.0.2 → nmag_python_3-0.0.3}/src/nmag/simulation/dynamics/integrator.py +0 -0
- {nmag_python_3-0.0.2 → nmag_python_3-0.0.3}/src/nmag/simulation/exchange/__init__.py +0 -0
- {nmag_python_3-0.0.2 → nmag_python_3-0.0.3}/src/nmag/simulation/exchange/coefficients.py +0 -0
- {nmag_python_3-0.0.2 → nmag_python_3-0.0.3}/src/nmag/simulation/exchange/fields.py +0 -0
- {nmag_python_3-0.0.2 → nmag_python_3-0.0.3}/src/nmag/simulation/exchange/llg_rhs.py +0 -0
- {nmag_python_3-0.0.2 → nmag_python_3-0.0.3}/src/nmag/simulation/fields/__init__.py +0 -0
- {nmag_python_3-0.0.2 → nmag_python_3-0.0.3}/src/nmag/simulation/fields/arrays.py +0 -0
- {nmag_python_3-0.0.2 → nmag_python_3-0.0.3}/src/nmag/simulation/fields/availability.py +0 -0
- {nmag_python_3-0.0.2 → nmag_python_3-0.0.3}/src/nmag/simulation/fields/averages.py +0 -0
- {nmag_python_3-0.0.2 → nmag_python_3-0.0.3}/src/nmag/simulation/fields/derived.py +0 -0
- {nmag_python_3-0.0.2 → nmag_python_3-0.0.3}/src/nmag/simulation/fields/maxangle.py +0 -0
- {nmag_python_3-0.0.2 → nmag_python_3-0.0.3}/src/nmag/simulation/fields/probes.py +0 -0
- {nmag_python_3-0.0.2 → nmag_python_3-0.0.3}/src/nmag/simulation/implicit_dynamics.py +0 -0
- {nmag_python_3-0.0.2 → nmag_python_3-0.0.3}/src/nmag/simulation/mesh/__init__.py +0 -0
- {nmag_python_3-0.0.2 → nmag_python_3-0.0.3}/src/nmag/simulation/mesh/geometry.py +0 -0
- {nmag_python_3-0.0.2 → nmag_python_3-0.0.3}/src/nmag/simulation/mesh/materials.py +0 -0
- {nmag_python_3-0.0.2 → nmag_python_3-0.0.3}/src/nmag/simulation/mesh/probe.py +0 -0
- {nmag_python_3-0.0.2 → nmag_python_3-0.0.3}/src/nmag/simulation/restart.py +0 -0
- {nmag_python_3-0.0.2 → nmag_python_3-0.0.3}/src/nmag/simulation/support.py +0 -0
- {nmag_python_3-0.0.2 → nmag_python_3-0.0.3}/src/nmag_python_3.egg-info/SOURCES.txt +0 -0
- {nmag_python_3-0.0.2 → nmag_python_3-0.0.3}/src/nmag_python_3.egg-info/dependency_links.txt +0 -0
- {nmag_python_3-0.0.2 → nmag_python_3-0.0.3}/src/nmag_python_3.egg-info/requires.txt +0 -0
- {nmag_python_3-0.0.2 → nmag_python_3-0.0.3}/src/nmag_python_3.egg-info/top_level.txt +0 -0
- {nmag_python_3-0.0.2 → nmag_python_3-0.0.3}/src/nmesh/__init__.py +0 -0
- {nmag_python_3-0.0.2 → nmag_python_3-0.0.3}/src/nmesh/backend.py +0 -0
- {nmag_python_3-0.0.2 → nmag_python_3-0.0.3}/src/nmesh/geometry/__init__.py +0 -0
- {nmag_python_3-0.0.2 → nmag_python_3-0.0.3}/src/nmesh/geometry/boolean_operations.py +0 -0
- {nmag_python_3-0.0.2 → nmag_python_3-0.0.3}/src/nmesh/geometry/primitives.py +0 -0
- {nmag_python_3-0.0.2 → nmag_python_3-0.0.3}/src/nmesh/geometry/transform.py +0 -0
- {nmag_python_3-0.0.2 → nmag_python_3-0.0.3}/src/nmesh/io/__init__.py +0 -0
- {nmag_python_3-0.0.2 → nmag_python_3-0.0.3}/src/nmesh/io/ascii.py +0 -0
- {nmag_python_3-0.0.2 → nmag_python_3-0.0.3}/src/nmesh/io/legacy_nmesh_hdf5.py +0 -0
- {nmag_python_3-0.0.2 → nmag_python_3-0.0.3}/src/nmesh/io/meshio_support.py +0 -0
- {nmag_python_3-0.0.2 → nmag_python_3-0.0.3}/src/nmesh/mesh_generation.py +0 -0
- {nmag_python_3-0.0.2 → nmag_python_3-0.0.3}/src/nmesh/mesh_io.py +0 -0
- {nmag_python_3-0.0.2 → nmag_python_3-0.0.3}/src/nmesh/mesh_model.py +0 -0
- {nmag_python_3-0.0.2 → nmag_python_3-0.0.3}/src/nmesh/mesh_utilities.py +0 -0
- {nmag_python_3-0.0.2 → nmag_python_3-0.0.3}/src/nmesh/mesher/__init__.py +0 -0
- {nmag_python_3-0.0.2 → nmag_python_3-0.0.3}/src/nmesh/mesher/driver.py +0 -0
- {nmag_python_3-0.0.2 → nmag_python_3-0.0.3}/src/nmesh/mesher/meshing_defaults.py +0 -0
- {nmag_python_3-0.0.2 → nmag_python_3-0.0.3}/src/nmesh/mesher/meshing_parameters.py +0 -0
- {nmag_python_3-0.0.2 → nmag_python_3-0.0.3}/src/nmesh/mesher/parity.py +0 -0
- {nmag_python_3-0.0.2 → nmag_python_3-0.0.3}/src/nmesh/mesher/parity_canonical.py +0 -0
- {nmag_python_3-0.0.2 → nmag_python_3-0.0.3}/src/nmesh/mesher/parity_comparison.py +0 -0
- {nmag_python_3-0.0.2 → nmag_python_3-0.0.3}/src/nmesh/mesher/parity_metrics.py +0 -0
- {nmag_python_3-0.0.2 → nmag_python_3-0.0.3}/src/nmesh/mesher/periodic.py +0 -0
- {nmag_python_3-0.0.2 → nmag_python_3-0.0.3}/src/nmesh/mesher/relaxation/__init__.py +0 -0
- {nmag_python_3-0.0.2 → nmag_python_3-0.0.3}/src/nmesh/mesher/relaxation/_constants.py +0 -0
- {nmag_python_3-0.0.2 → nmag_python_3-0.0.3}/src/nmesh/mesher/relaxation/_types.py +0 -0
- {nmag_python_3-0.0.2 → nmag_python_3-0.0.3}/src/nmesh/mesher/relaxation/density.py +0 -0
- {nmag_python_3-0.0.2 → nmag_python_3-0.0.3}/src/nmesh/mesher/relaxation/engine/__init__.py +0 -0
- {nmag_python_3-0.0.2 → nmag_python_3-0.0.3}/src/nmesh/mesher/relaxation/engine/state.py +0 -0
- {nmag_python_3-0.0.2 → nmag_python_3-0.0.3}/src/nmesh/mesher/relaxation/engine/steps.py +0 -0
- {nmag_python_3-0.0.2 → nmag_python_3-0.0.3}/src/nmesh/mesher/relaxation/engine/topology.py +0 -0
- {nmag_python_3-0.0.2 → nmag_python_3-0.0.3}/src/nmesh/mesher/relaxation/forces/__init__.py +0 -0
- {nmag_python_3-0.0.2 → nmag_python_3-0.0.3}/src/nmesh/mesher/relaxation/forces/jit.py +0 -0
- {nmag_python_3-0.0.2 → nmag_python_3-0.0.3}/src/nmesh/mesher/relaxation/forces/neighbors.py +0 -0
- {nmag_python_3-0.0.2 → nmag_python_3-0.0.3}/src/nmesh/mesher/relaxation/forces/simplex.py +0 -0
- {nmag_python_3-0.0.2 → nmag_python_3-0.0.3}/src/nmesh/mesher/relaxation/forces/summary.py +0 -0
- {nmag_python_3-0.0.2 → nmag_python_3-0.0.3}/src/nmesh/mesher/relaxation/forces/types.py +0 -0
- {nmag_python_3-0.0.2 → nmag_python_3-0.0.3}/src/nmesh/mesher/relaxation/geometry/__init__.py +0 -0
- {nmag_python_3-0.0.2 → nmag_python_3-0.0.3}/src/nmesh/mesher/relaxation/geometry/builder.py +0 -0
- {nmag_python_3-0.0.2 → nmag_python_3-0.0.3}/src/nmesh/mesher/relaxation/geometry/model.py +0 -0
- {nmag_python_3-0.0.2 → nmag_python_3-0.0.3}/src/nmesh/mesher/relaxation/seeding/__init__.py +0 -0
- {nmag_python_3-0.0.2 → nmag_python_3-0.0.3}/src/nmesh/mesher/relaxation/seeding/periodic.py +0 -0
- {nmag_python_3-0.0.2 → nmag_python_3-0.0.3}/src/nmesh/mesher/relaxation/seeding/points.py +0 -0
- {nmag_python_3-0.0.2 → nmag_python_3-0.0.3}/src/nmesh/mesher/relaxation/seeding/sampling.py +0 -0
- {nmag_python_3-0.0.2 → nmag_python_3-0.0.3}/src/nmesh/mesher/relaxation/topology/__init__.py +0 -0
- {nmag_python_3-0.0.2 → nmag_python_3-0.0.3}/src/nmesh/mesher/relaxation/topology/finalize.py +0 -0
- {nmag_python_3-0.0.2 → nmag_python_3-0.0.3}/src/nmesh/mesher/relaxation/topology/recovery.py +0 -0
- {nmag_python_3-0.0.2 → nmag_python_3-0.0.3}/src/nmesh/mesher/sectioned_config.py +0 -0
- {nmag_python_3-0.0.2 → nmag_python_3-0.0.3}/src/nmesh/nmesh.py +0 -0
- {nmag_python_3-0.0.2 → nmag_python_3-0.0.3}/src/nmesh/py.typed +0 -0
- {nmag_python_3-0.0.2 → nmag_python_3-0.0.3}/src/nmesh/utils/__init__.py +0 -0
- {nmag_python_3-0.0.2 → nmag_python_3-0.0.3}/src/nmesh/utils/array_list_utils.py +0 -0
- {nmag_python_3-0.0.2 → nmag_python_3-0.0.3}/src/nmesh/utils/constants.py +0 -0
- {nmag_python_3-0.0.2 → nmag_python_3-0.0.3}/src/nmesh/utils/timing_memory_utils.py +0 -0
- {nmag_python_3-0.0.2 → nmag_python_3-0.0.3}/src/nmesh/utils/types.py +0 -0
- {nmag_python_3-0.0.2 → nmag_python_3-0.0.3}/src/si/constants.py +0 -0
- {nmag_python_3-0.0.2 → nmag_python_3-0.0.3}/src/si/physical.py +0 -0
- {nmag_python_3-0.0.2 → nmag_python_3-0.0.3}/src/si/py.typed +0 -0
- {nmag_python_3-0.0.2 → nmag_python_3-0.0.3}/src/simulation/__init__.py +0 -0
- {nmag_python_3-0.0.2 → nmag_python_3-0.0.3}/src/simulation/clock.py +0 -0
- {nmag_python_3-0.0.2 → nmag_python_3-0.0.3}/src/simulation/data_writer.py +0 -0
- {nmag_python_3-0.0.2 → nmag_python_3-0.0.3}/src/simulation/data_writer_collection.py +0 -0
- {nmag_python_3-0.0.2 → nmag_python_3-0.0.3}/src/simulation/hysteresis.py +0 -0
- {nmag_python_3-0.0.2 → nmag_python_3-0.0.3}/src/simulation/hysteresis_runner.py +0 -0
- {nmag_python_3-0.0.2 → nmag_python_3-0.0.3}/src/simulation/hysteresis_schedule.py +0 -0
- {nmag_python_3-0.0.2 → nmag_python_3-0.0.3}/src/simulation/inference/__init__.py +0 -0
- {nmag_python_3-0.0.2 → nmag_python_3-0.0.3}/src/simulation/inference/inference.py +0 -0
- {nmag_python_3-0.0.2 → nmag_python_3-0.0.3}/src/simulation/py.typed +0 -0
- {nmag_python_3-0.0.2 → nmag_python_3-0.0.3}/src/simulation/quantity.py +0 -0
- {nmag_python_3-0.0.2 → nmag_python_3-0.0.3}/src/simulation/simulation_core.py +0 -0
- {nmag_python_3-0.0.2 → nmag_python_3-0.0.3}/src/throttler/__init__.py +0 -0
- {nmag_python_3-0.0.2 → nmag_python_3-0.0.3}/src/throttler/py.typed +0 -0
- {nmag_python_3-0.0.2 → nmag_python_3-0.0.3}/src/throttler/throttler.py +0 -0
- {nmag_python_3-0.0.2 → nmag_python_3-0.0.3}/src/when/__init__.py +0 -0
- {nmag_python_3-0.0.2 → nmag_python_3-0.0.3}/src/when/py.typed +0 -0
- {nmag_python_3-0.0.2 → nmag_python_3-0.0.3}/src/when/when.py +0 -0
- {nmag_python_3-0.0.2 → nmag_python_3-0.0.3}/tests/test_docs_examples.py +0 -0
- {nmag_python_3-0.0.2 → nmag_python_3-0.0.3}/tests/test_packaging_hygiene.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: nmag-python-3
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.3
|
|
4
4
|
Summary: Standalone Python 3 implementation of the Nmag micromagnetic simulation interface
|
|
5
5
|
Author-email: TriMagnetix <info@trimagnetix.com>
|
|
6
6
|
Classifier: Programming Language :: Python :: 3
|
|
@@ -58,9 +58,27 @@ and [quickstart](https://trimagnetix.github.io/nmag-python-3/getting-started/qui
|
|
|
58
58
|
|
|
59
59
|
## Installation
|
|
60
60
|
|
|
61
|
-
|
|
61
|
+
If you only want to run Nmag and do not need the source code, install the
|
|
62
|
+
published package in a virtual environment:
|
|
62
63
|
|
|
63
64
|
```bash
|
|
65
|
+
python3 -m venv .venv
|
|
66
|
+
.venv/bin/python -m pip install --upgrade pip
|
|
67
|
+
.venv/bin/python -m pip install nmag-python-3
|
|
68
|
+
```
|
|
69
|
+
|
|
70
|
+
You can then run a simulation with:
|
|
71
|
+
|
|
72
|
+
```bash
|
|
73
|
+
.venv/bin/python simulation.py
|
|
74
|
+
```
|
|
75
|
+
|
|
76
|
+
To work from the source repository or contribute to Nmag, clone the repository
|
|
77
|
+
and use its setup script instead:
|
|
78
|
+
|
|
79
|
+
```bash
|
|
80
|
+
git clone https://github.com/TriMagnetix/nmag-python-3.git
|
|
81
|
+
cd nmag-python-3
|
|
64
82
|
./scripts/setup.sh
|
|
65
83
|
```
|
|
66
84
|
|
|
@@ -20,9 +20,27 @@ and [quickstart](https://trimagnetix.github.io/nmag-python-3/getting-started/qui
|
|
|
20
20
|
|
|
21
21
|
## Installation
|
|
22
22
|
|
|
23
|
-
|
|
23
|
+
If you only want to run Nmag and do not need the source code, install the
|
|
24
|
+
published package in a virtual environment:
|
|
24
25
|
|
|
25
26
|
```bash
|
|
27
|
+
python3 -m venv .venv
|
|
28
|
+
.venv/bin/python -m pip install --upgrade pip
|
|
29
|
+
.venv/bin/python -m pip install nmag-python-3
|
|
30
|
+
```
|
|
31
|
+
|
|
32
|
+
You can then run a simulation with:
|
|
33
|
+
|
|
34
|
+
```bash
|
|
35
|
+
.venv/bin/python simulation.py
|
|
36
|
+
```
|
|
37
|
+
|
|
38
|
+
To work from the source repository or contribute to Nmag, clone the repository
|
|
39
|
+
and use its setup script instead:
|
|
40
|
+
|
|
41
|
+
```bash
|
|
42
|
+
git clone https://github.com/TriMagnetix/nmag-python-3.git
|
|
43
|
+
cd nmag-python-3
|
|
26
44
|
./scripts/setup.sh
|
|
27
45
|
```
|
|
28
46
|
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "nmag-python-3"
|
|
7
|
-
version = "0.0.
|
|
7
|
+
version = "0.0.3"
|
|
8
8
|
authors = [{ name = "TriMagnetix", email = "info@trimagnetix.com" }]
|
|
9
9
|
description = "Standalone Python 3 implementation of the Nmag micromagnetic simulation interface"
|
|
10
10
|
readme = "README.md"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: nmag-python-3
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.3
|
|
4
4
|
Summary: Standalone Python 3 implementation of the Nmag micromagnetic simulation interface
|
|
5
5
|
Author-email: TriMagnetix <info@trimagnetix.com>
|
|
6
6
|
Classifier: Programming Language :: Python :: 3
|
|
@@ -58,9 +58,27 @@ and [quickstart](https://trimagnetix.github.io/nmag-python-3/getting-started/qui
|
|
|
58
58
|
|
|
59
59
|
## Installation
|
|
60
60
|
|
|
61
|
-
|
|
61
|
+
If you only want to run Nmag and do not need the source code, install the
|
|
62
|
+
published package in a virtual environment:
|
|
62
63
|
|
|
63
64
|
```bash
|
|
65
|
+
python3 -m venv .venv
|
|
66
|
+
.venv/bin/python -m pip install --upgrade pip
|
|
67
|
+
.venv/bin/python -m pip install nmag-python-3
|
|
68
|
+
```
|
|
69
|
+
|
|
70
|
+
You can then run a simulation with:
|
|
71
|
+
|
|
72
|
+
```bash
|
|
73
|
+
.venv/bin/python simulation.py
|
|
74
|
+
```
|
|
75
|
+
|
|
76
|
+
To work from the source repository or contribute to Nmag, clone the repository
|
|
77
|
+
and use its setup script instead:
|
|
78
|
+
|
|
79
|
+
```bash
|
|
80
|
+
git clone https://github.com/TriMagnetix/nmag-python-3.git
|
|
81
|
+
cd nmag-python-3
|
|
64
82
|
./scripts/setup.sh
|
|
65
83
|
```
|
|
66
84
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{nmag_python_3-0.0.2 → nmag_python_3-0.0.3}/src/nmesh/mesher/relaxation/geometry/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{nmag_python_3-0.0.2 → nmag_python_3-0.0.3}/src/nmesh/mesher/relaxation/topology/__init__.py
RENAMED
|
File without changes
|
{nmag_python_3-0.0.2 → nmag_python_3-0.0.3}/src/nmesh/mesher/relaxation/topology/finalize.py
RENAMED
|
File without changes
|
{nmag_python_3-0.0.2 → nmag_python_3-0.0.3}/src/nmesh/mesher/relaxation/topology/recovery.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|