# Magnetic Properties

## What are magnetic properties?

The magnetic behavior of a material is a complex and rich research area. The Materials Project currently only addresses a narrow aspect of the magnetism of materials: the magnitude and ordering of atomic magnetic moments in a crystal structure, at zero temperature.

At present, Materials Project only considers *collinear magnetic order* which means that atomic magnetic moments are represented by scalar values and not vectors.

## Methodology

The Materials Project approaches magnetism in two ways:

1. Historically, *all* materials are initialized in a *ferromagnetic* configuration by default. This was a pragmatic choice due to the computational expensive of considering all possible magnetic ordering. During the simulation of these materials, it is possible that the magnetic order will converge to a non-ferromagnetic order, but more likely the order will remain ferromagnetic even if the true ground state of the material is non-ferromagnetic. Therefore, the reported magnetic order for most materials on the Materials Project is a *description* of the calculated magnetic order, and *not a prediction* of the true ground state magnetic order.
2. For some materials, Materials Project has started to systematically search for ground state magnetic ordering of materials. This means that multiple magnetic ground states are considered for each material: ferromagnetic, anti-ferromagnetic, ferrimagnetic, etc. So far, this systematic search has been done for several thousand magnetic oxides. *For these materials, the reported magnetic order is therefore a prediction of the true ground state magnetic order.*

## References

{% embed url="<https://doi.org/10.1038/s41524-019-0199-7>" %}
Publication detailing the Materials Project strategy for magnetic materials.
{% endembed %}

{% embed url="<https://www.science.org/doi/full/10.1126/sciadv.abd1076>" %}
Publication detailing the initial set of magnetic orderings available on Materials Project.
{% endembed %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.materialsproject.org/methodology/materials-methodology/magnetic-properties.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
