class-solution
Daniel Pozsar 2 months ago
parent 243e01dac8
commit e155ceae71

@ -6,25 +6,20 @@ More on the theoretical background can be seen on [arXiv](https://arxiv.org/abs/
### Testing ### Testing
- Test on lat3_791
- Test on `varcell` - Test on `varcell`
- Test on `varcell_myrun` - Test on `varcell_myrun`
- Test on `varcell_myrun_2` - Test on `varcell_myrun_2`
- Test scaling
- Test rotations to x-y 30 and 60
### Developing ### Developing
- Magnetic entities cannot handle orbitals, only shells
- Use ReadThe Docs [addons](https://docs.readthedocs.io/en/stable/addons.html) - Use ReadThe Docs [addons](https://docs.readthedocs.io/en/stable/addons.html)
- Check the symmetrization of the Hamiltonian and overlap matrix to make them hermitian - Check the symmetrization of the Hamiltonian and overlap matrix to make them hermitian
- Check if exchange field has scalar part - Check if exchange field has scalar part
- Add more tests!! - Add more tests!!
- io stuff
- logging - logging
- fdf atom input - orbital indexing must be checked and bad values should raise an error
- orbital indexing must be correct
- check on the validity of magnetic entities input - check on the validity of magnetic entities input
- log `$SLURM_JOB_ID` with `os.environ`
## Building wheel ## Building wheel

Loading…
Cancel
Save