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

This would be the last step in making all input parameters (in principle) runtime-variable.

core
ui-cpp
feature-request
refactoring
core-c-api

Also, the CG should be renamed to NCG.

core
feature-request

Spin_System etc. need a `int data_is_current` or similar to check in the update function, if re-calculating is actually necessary. After each iteration, the int should be incremented. Overflows should not...

enhancement
core
idea

I think it should be checked during the writing of the interpolated energies of a chain whether the data is actually already calculated or not. It does not make sense...

enhancement
core
documentation
core-python-api
core-c-api

When an atom type different from a vacancy is set the magnetic moment should be restored.

enhancement
core

It might be useful to be able to calculate topological charges in 3D systems. This would for example allow to detect bobbers vs. skyrmion tubes. A layer-wise calculation of the...

core
feature-request

It seems to me that Hamiltonians which are written in reciprocal space and not in real space, might become of interest especially wrt. 3d-magnetic materials. See for example the paper...

core
feature-request

The matrix multiplications take up a sizeable amount of time and could easily be put on cuBLAS or similar. It may also be feasible to do the diagonalisations using a...

enhancement
core
core-cuda

If the geometry is changed too drastically while DDI is activated problems arise. This seems to only happen on the CUDA backend. Steps to reproduce: 1. Perform a few iterations...

bug
core-cuda

It may be a good idea to provide options to choose certain sets of units for input and UI. Literals may be an approach to specify units or unit conversions,...

core
feature-request
idea