(function(doc, html, url) {
var widget = doc.createElement("div");
widget.innerHTML = html;
var script = doc.currentScript; // e = a.currentScript;
if (!script) {
var scripts = doc.scripts;
for (var i = 0; i < scripts.length; ++i) {
script = scripts[i];
if (script.src && script.src.indexOf(url) != -1) break;
}
}
script.parentElement.replaceChild(widget, script);
}(document, '
Algorithms for magnetic symmetry operation search and identification of magnetic space group
What is it about?
The paper presents algorithms for magnetic symmetry in crystal structures. It offers a stable approach with minimal changes to current methods and introduces a tool available in Spglib.
Why is it important?
The work bridges a gap in computational crystallography, introducing essential algorithms for MSGs, aiding high-throughput calculations and predictions. Its rigorous approach and open-source implementation make it invaluable for researchers in the field.