You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-5Lines changed: 9 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@
12
12
13
13
Fidimag solves finite-difference micromagnetic problems and supports atomistic simulations, using Python interface. The interface to both types of simulation is similar.
14
14
15
-
## Features
15
+
###Features
16
16
* Offers LLG and LLG with spin torque terms (Zhang-Li and Sloncewski)
17
17
* Calculations using the Nudged-Elastic-Band method to compute energy barriers.
18
18
* Exchange, Zeeman, Demagnetising, Uniaxial Anisotropy energy classes.
@@ -21,7 +21,7 @@ Fidimag solves finite-difference micromagnetic problems and supports atomistic s
21
21
* Cubic and Hexagonal Meshes in atomistic simulations.
22
22
* Open-source under the 2-clause BSD Licence.
23
23
24
-
## Example
24
+
###Example
25
25
Here we show how to relax a nanodisk system from an initial state. We have many more examples in the [documentation](http://fidimag.readthedocs.io/en/latest/?badge=latest)!
26
26
27
27
```python
@@ -63,19 +63,22 @@ sim.relax()
63
63
sim.save_vtk()
64
64
```
65
65
The results can be straightforwardly visualised from the outputted VTK files using programs such as Paraview:
The code is developed by Weiwei Wang, Marc-Antonio Bisotti, David Cortes, Thomas Kluyver, Mark Vousden, Ryan Pepper, Oliver Laslett, Rebecca Carey, and Hans Fangohr at the University of Southampton.
72
75
73
76
This is an early experimental version; contributions and pull requests to both the code and documentation are welcome.
74
77
If you use Fidimag, please cite as:
75
78
76
79
David Cortés-Ortuño, Weiwei Wang, Ryan Pepper, Marc-Antonio Bisotti, Thomas Kluyver, Mark Vousden, & Hans Fangohr. (2016). Fidimag v2.0 [Data set]. Zenodo. http://doi.org/10.5281/zenodo.167858A bib file is provided in the repository.
77
80
78
-
####Publications
81
+
### Publications
79
82
80
83
The following publications, in reverse chronological order, have used Fidimag:
81
84
@@ -87,4 +90,5 @@ The following publications, in reverse chronological order, have used Fidimag:
87
90
88
91
[4][Magnon-Driven Domain-Wall Motion with the Dzyaloshinskii-Moriya Interaction](https://journals.aps.org/prl/abstract/10.1103/PhysRevLett.114.087203) W. Wang, M. Albert, M. Beg, M-A. Bisotti, D. Chernyshenko, D. Cortés-Ortuño, I. Hawke & H. Fangohr, Phys. Rev. Lett. 114, 087203 (2015)
89
92
93
+
### Acknowledgements
90
94
We acknowledge financial support from EPSRC’s Centre for Doctoral Training in Next Generation Computational Modelling (EP/L015382/1) and EPSRC’s Doctoral Training Centre in Complex System Simulation (EP/G03690X/1)
0 commit comments