Daniel Pozsar
38e258bb5b
|
3 months ago | |
---|---|---|
docs | 3 months ago | |
lat3_791 | 3 months ago | |
src/grogu | 3 months ago | |
tests | 3 months ago | |
.coverage | 3 months ago | |
.gitignore | 3 months ago | |
.pre-commit-config.yaml | 3 months ago | |
L-HEADER | 3 months ago | |
LICENSE | 3 months ago | |
README.md | 3 months ago | |
all_atoms.txt | 3 months ago | |
local_operator.ipynb | 3 months ago | |
pyproject.toml | 3 months ago | |
requirements-dev.txt | 3 months ago | |
requirements.txt | 3 months ago | |
simmetries.txt | 3 months ago | |
test.ipynb | 3 months ago | |
test.py | 3 months ago |
README.md
Relativistic magnetic interactions from non-orthogonal basis sets
TODO
[x] Definition of magnetic entities: * Through simple sequence o forbitals in the unit cell * Through atom specification * Through atom and orbital specification [x] Separation of TR and TRB components of the Hamiltonian, Identification of the exchange field. [x] Definition of commutator expressions, old projection matrix elements [x] Efficient calculation of Green's functions [] Calculation of energy and momentum resolved derivatives [] Parallel BZ and serial energy integral
Building wheel
https://packaging.python.org/en/latest/tutorials/packaging-projects/
Build wheel: python -m build
Push to pypi(testpypi for beginners): python3 -m twine upload --repository testpypi dist/*
Ehhez kellenek tokenek: You will be prompted for a username and password. For the username, use token. For the password, use the token value, including the pypi- prefix.
Végfelhasználóknak (egyelőre testpypi): python3 -m pip install --index-url https://test.pypi.org/simple/ example-package-YOUR-USERNAME-HERE