TB2Jflows: Workflows for automatically calculation of exchange parameters using TB2J
Project description
TB2Jflows
Workflows for automatically calculation of exchange parameters from DFT
Installation
First download the package from the github page. Run the following command in the TB2Jflows directory
pip install . --user
will install TB2Jflows and the dependencies.
You need the following things to
- Siesta built with psml and netcdf.
- Pseudopotentials from PseudoDojo Dataset.
- Configure the command to run siesta and the path to the pseudopotentials, e.g.
export ASE_IESTA_COMMAND="mpirun siesta < PREFIX.fdf > PREFIX.out 2> PREFIX.err"
export DOJO_PATH='$HOME/.local/pp/dojo'
Usage
Below is an example of calculating the exchange parameters of SrMnO3:
from ase.io import read
from TB2Jflows import SiestaFlow
def calculate_siesta_TB2J_SrMnO3():
atoms = read('SrMnO3.STRUCT_OUT')
atoms.set_initial_magnetic_moments([0, 3, 0, 0, 0])
flow = SiestaFlow(atoms,
spin='spin-orbit',
restart=True,
root_path='SrMnO3')
flow.write_metadata()
atoms = flow.relax(atoms)
flow.scf_calculation_with_rotations(atoms)
flow.run_TB2J(magnetic_elements='Mn',
nz=50,
kmesh=[7, 7, 7],
Rcut=18,
np=10,
use_cache=True)
flow.run_TB2J_merge()
if __name__ == '__main__':
calculate_siesta_TB2J_SrMnO3()
~
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file tb2jflows-0.2.1-py3-none-any.whl.
File metadata
- Download URL: tb2jflows-0.2.1-py3-none-any.whl
- Upload date:
- Size: 18.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.19
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
75320b0db371391c224d545728b870bdf02fb6bcbf52a91239f7fe43542aa63d
|
|
| MD5 |
c948a2e47b2d3f8f3f22212c420e9a2a
|
|
| BLAKE2b-256 |
2d995ec2a2a14c64c6e7e7964960f0257297300f24963db88e22e8504c4dd065
|