for detailed description. Many minor improvements were made across the whole codebase. Here are some highlights.
TutorialsTogether with this version we publish a set of
tutorials for magnopy, that will be updated regularly with future releases. Take "
Master tutorial" if you want to learn how to use magnopy.
Improved output of command-line scriptsWhole output text was improved and cleaned. All results are available as a standalone .txt files now (for example, E_0, E_2, etc.).
We included in the output a summary of the command that was executed , so each calculation can be reproduced. Something similar to the following will appear at the beginning of the console output
"""
Executed the command
magnopy-optimize-sd --spinham-source GROGU --spinham-filename ferro-easy-axis.txt -of magnopy-results
which resulted in argument values
spinham_source : GROGU
spinham_filename : ferro-easy-axis.txt
energy_tolerance : 1e-05
torque_tolerance : 1e-05
supercell : (1, 1, 1)
magnetic_field : None
output_folder : magnopy-results
spin_values : None
no_html : False
hide_personal_data : False
make_sd_image : None
"""
Control over symmetry search--spglib-types in magnopy-lswt.
Documentation and logoDocumentation of magnopy was improved and a logo and favicon appeared in the web-page.
Best,
Developers of magnopy