Recent Changes · Search:

Dispense


µSR

Chapters:

  1. Introduction
  2. The muon
  3. Muon production
  4. Spin polarization
  5. Detect the µ spin
  6. Implantation
  7. Paramagnetic species
  8. A special case: a muon with few nuclei
  9. Magnetic materials
  10. Relaxation functions
  11. Superconductors
  12. Mujpy
  13. Mulab
  14. Musite?
  15. More details

Tips

PmWiki

pmwiki.org

edit SideBar

Magnetite

Index


Magnetite above the Verwey transition

Content of file fe3o4.py
Intermediate T, just above TV
S//[001], but charges are still as in the high T phase
inverted spinell: FeT3+ FeO2+FeO3+

import ase
from ase.lattice.spacegroup import crystal
a = 8.3940
fe3o4=crystal(['Fe','Fe','O'], 
magmoms=[(0., 0., -4.44),(0., 0., -4.44),(0., 0., -4.44),(0., 0., -4.44),
(0., 0., -4.44),(0., 0., -4.44),(0., 0., -4.44),(0., 0., -4.44),
(0., 0., 4.17),(0., 0., 4.17),(0., 0., 4.17),(0., 0., 4.17),
(0., 0., 4.17),(0., 0., 4.17),(0., 0., 4.17),(0., 0., 4.17),
(0., 0., 4.17),(0., 0., 4.17),(0., 0., 4.17),(0., 0., 4.17),
(0., 0., 4.17),(0., 0., 4.17),(0., 0., 4.17),(0., 0., 4.17),
(0.0, 0.0, 0.0),(0.0, 0.0, 0.0),(0.0, 0.0, 0.0),(0.0, 0.0, 0.0),
(0.0, 0.0, 0.0),(0.0, 0.0, 0.0),(0.0, 0.0, 0.0),(0.0, 0.0, 0.0),
(0.0, 0.0, 0.0),(0.0, 0.0, 0.0),(0.0, 0.0, 0.0),(0.0, 0.0, 0.0),
(0.0, 0.0, 0.0),(0.0, 0.0, 0.0),(0.0, 0.0, 0.0),(0.0, 0.0, 0.0),
(0.0, 0.0, 0.0),(0.0, 0.0, 0.0),(0.0, 0.0, 0.0),(0.0, 0.0, 0.0),
(0.0, 0.0, 0.0),(0.0, 0.0, 0.0),(0.0, 0.0, 0.0),(0.0, 0.0, 0.0),
(0.0, 0.0, 0.0),(0.0, 0.0, 0.0),(0.0, 0.0, 0.0),(0.0, 0.0, 0.0),
(0.0, 0.0, 0.0),(0.0, 0.0, 0.0),(0.0, 0.0, 0.0),(0.0, 0.0, 0.0)], 
                basis=[(0.12500,  0.12500,  0.12500), (0.5, 0.5, 0.5), (0.25480,  0.25480,  0.25480)], 
                setting=2,
                spacegroup=227, cellpar=[a, a, a, 90, 90, 90],
                size=(2,2,1),pbc=False)
# List of atom types
# the moments are inserted according to the multiplicity of the site in the conventional cell
# the basis gives the cells coordinates of the representative of each atom type
# the Fe and O positions are given according to settings = 2! 
ase.visualize.view(fe3o4)



Index

Edit - History - Print - PDF - Recent Changes - Search
Page last modified on March 20, 2011, at 05:51 PM