jkshenton / Muons_in_MnF2

Supplemental material for "Covalent charge-neutral muon state in antiferromagnetic MnF2"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Supplemental material for Covalent charge-neutral muon state in antiferromagnetic MnF2

M. H. Dehn,1,2,3 R. Scheuermann,4 J. K. Shenton,5,* S. J. Blundell,6 W. A. MacFarlane,2,3,7 D. Prabhakaran,6 A. Suter,4 N. A. Spaldin5and R. F. Kiefl1,2,3,§

1Department of Physics and Astronomy, University of British Columbia, Vancouver, BC V6T 1Z1, Canada
2Stewart Blusson Quantum Matter Institute, University of British Columbia, Vancouver, BC V6T 1Z4, Canada
3Triumf, Vancouver, BC V6T 2A3, Canada
4Laboratory for Muon Spectroscopy, Paul Scherrer Institute, Villigen AG, Switzerland
5Department of Materials, ETH Zurich, CH-8093 Zürich, Switzerland
6Oxford University Department of Physics, Clarendon Laboratory, Parks Road, Oxford OX1 3PU, United Kingdom
7Department of Chemistry, University of British Columbia, Vancouver, BC, V6T 1Z1, Canada
* For queries about the supplemental material in this repository contact J. Kane Shenton.


In these notebooks we provide supplemental material for our work on understanding the behaviour of positive muons in MnF2.

Candidate sites

Key VASP input and output files for each candidate configuration are available in the subdirectory ./candidate_configs. A basic summary of the sites can be found in the Jupyter notebook: Candidate_sites.ipynb. There we also examine the displacement of the ions due to the muon, showing that our 3x3x4 supercell is converged.

Convergence

We provide input and output files for our key tests of convergence with respect to plane-wave cutoff energy and k-point sampling density in the subdirectory: ./convergence. These tests are summarised in the Jupyter notebook: Convergence.ipynb.

Hubbard U

In the Jupyter notebook: Hubbard_U.ipynb we investigate and summarise the effects of the choice of the Hubbard U correction and exchange-correlation functional on the crystal and electronic structure of MnF2. In addition, we investigate the effects of these on the computed 19F hyperfine interactions.

These Jupyter notebooks may be previewed on github or via the Jupyter notebook viewer. The latter sometimes does a better job of rendering the inline LaTeX and is therefore preferred.

Note that the vasprun.xml files are currently compressed to save space. These must be uncompressed before some of the notebooks will run. This can be done using the gzip command on UNIX-based systems. For example: find . -name vasprun.xml.gz -exec gzip -d {} \;

About

Supplemental material for "Covalent charge-neutral muon state in antiferromagnetic MnF2"


Languages

Language:Jupyter Notebook 97.5%Language:Python 2.5%