spirit icon indicating copy to clipboard operation
spirit copied to clipboard

Atomistic Spin Simulation Framework

Results 107 spirit issues
Sort by recently updated
recently updated
newest added

Maybe some of the standard problems listed on the NIST page for muMag and OOMF would be nice to have as unit tests: http://www.ctcms.nist.gov/~rdm/mumag.org.html Simulations which take longer time would...

core
unit-test

probable cause: c5327691af2eaf13a570a55ff98e5a8b1760ebe1 related: f79f5d0687bf3a0f4aca9c0573462e7034ef5fd0

enhancement
core

When using the newest cuda toolkit (version 10.2.89) together with the `ddi_method fft` the code crashes while calling functions from `Vectormath.cu` (e.g. `Vectormath::fill`). The error message is: ```Vectormath.cu:234 in function...

bug
core-cuda

If additional defects are specified via the `n_defects` option, the magnetic moment gets always set to `0`. If the defect is, however, not a vacancy this is wrong and should...

bug
core

Since it would be a lot of work to change the current functionality of the backend, an easy improvement would be to introduce a new backend file, called e.g. 'Solver_Kernels'....

enhancement
core
core-cuda
idea

I think it would be good if Spirit included a small benchmarking executable, e.g. `./benchmark` lying next to the `./spirit` executable after compilation. Command line arguments could be used when...

feature-request
idea

It might be useful to be able to print the local topological charge things to consider: the choice of the triangulation is kind of arbitrary. This results in an improper...

feature-request

While it is good to copy the whole system and all chosen parameters when one inserts a **new** image from a copied one, I think the more natural way in...

feature-request

I could not find an API routine for the writing of the energy file. While a workaround is quite easy, it might still be reasonable to add this feature to...

feature-request
core-python-api
core-c-api