LICENSE
README.rst
pyproject.toml
src/magnopy/__init__.py
src/magnopy/__main__.py
src/magnopy/_data_validation.py
src/magnopy/_diagonalization.py
src/magnopy/_energy.py
src/magnopy/_exceptions.py
src/magnopy/_local_rf.py
src/magnopy/_lswt.py
src/magnopy/_osfix.py
src/magnopy/_package_info.py
src/magnopy/_parallelization.py
src/magnopy/_plotly_engine.py
src/magnopy/experimental.py
src/magnopy.egg-info/PKG-INFO
src/magnopy.egg-info/SOURCES.txt
src/magnopy.egg-info/dependency_links.txt
src/magnopy.egg-info/entry_points.txt
src/magnopy.egg-info/requires.txt
src/magnopy.egg-info/top_level.txt
src/magnopy/_cli/__init__.py
src/magnopy/_cli/_arguments_library.py
src/magnopy/_cli/_cli_optimize_sd.py
src/magnopy/_cli/_cli_solve_lswt.py
src/magnopy/_constants/__init__.py
src/magnopy/_constants/_conventions.py
src/magnopy/_constants/_icons.py
src/magnopy/_constants/_si.py
src/magnopy/_constants/_units.py
src/magnopy/_parameters/__init__.py
src/magnopy/_parameters/_eigenstate_condition.py
src/magnopy/_parameters/_equivalent_sets.py
src/magnopy/_parameters/_interaction_parameters.py
src/magnopy/_parameters/_p22.py
src/magnopy/_parameters/_p43.py
src/magnopy/_parameters/_renormalization.py
src/magnopy/_spinham/__init__.py
src/magnopy/_spinham/_convention.py
src/magnopy/_spinham/_hamiltonian.py
src/magnopy/_spinham/_legacy_code.py
src/magnopy/_spinham/_supercell.py
src/magnopy/_tests/__init__.py
src/magnopy/_tests/test_diagonalization.py
src/magnopy/_tests/test_local_rf.py
src/magnopy/_tests/test_constants/test_constants_units.py
src/magnopy/_tests/test_energy/test_for_bugs_energy.py
src/magnopy/_tests/test_energy/test_optimization.py
src/magnopy/_tests/test_energy/test_with_c1.py
src/magnopy/_tests/test_energy/test_with_c21.py
src/magnopy/_tests/test_energy/test_with_c22.py
src/magnopy/_tests/test_lswt/test_cubic_fm.py
src/magnopy/_tests/test_lswt/test_easy_axis.py
src/magnopy/_tests/test_lswt/test_for_bugs_lswt.py
src/magnopy/_tests/test_parameters/test_22.py
src/magnopy/_tests/test_parameters/test_43.py
src/magnopy/_tests/test_parameters/test_for_bugs_parameters.py
src/magnopy/_tests/test_parameters/test_interaction_parameters.py
src/magnopy/_tests/test_parameters/test_legacy.py
src/magnopy/_tests/test_spinham/test_dipole_dipole.py
src/magnopy/_tests/test_spinham/test_for_bugs.py
src/magnopy/_tests/test_spinham/test_individual_terms.py
src/magnopy/_tests/test_spinham/test_magnetic_field.py
src/magnopy/_tests/test_spinham/test_make_supercell.py
src/magnopy/_tests/test_spinham/test_units_change.py
src/magnopy/_tests/test_spinham/test_convention/test_four_spins.py
src/magnopy/_tests/test_spinham/test_convention/test_one_spin.py
src/magnopy/_tests/test_spinham/test_convention/test_other.py
src/magnopy/_tests/test_spinham/test_convention/test_sn_and_mc.py
src/magnopy/_tests/test_spinham/test_convention/test_three_spins.py
src/magnopy/_tests/test_spinham/test_convention/test_two_spins.py
src/magnopy/_tests/test_spinham/test_convention_change/test_isotropic_case.py
src/magnopy/_tests/test_spinham/test_convention_change/test_with_random_parameters.py
src/magnopy/_tests/test_spinham/test_legacy_code/test_c1.py
src/magnopy/_tests/test_spinham/test_legacy_code/test_c21.py
src/magnopy/_tests/test_spinham/test_legacy_code/test_c22.py
src/magnopy/_tests/test_spinham/test_legacy_code/test_c31.py
src/magnopy/_tests/test_spinham/test_legacy_code/test_c41.py
src/magnopy/_tests/test_spinham/test_legacy_code/test_the_rest.py
src/magnopy/examples/__init__.py
src/magnopy/examples/_ferro.py
src/magnopy/examples/_other.py
src/magnopy/io/__init__.py
src/magnopy/io/_grogu.py
src/magnopy/io/_png_plots.py
src/magnopy/io/_spin_directions.py
src/magnopy/io/_tb2j.py
src/magnopy/io/_vampire.py
src/magnopy/io/_warnings.py
src/magnopy/scenarios/__init__.py
src/magnopy/scenarios/_optimize_sd.py
src/magnopy/scenarios/_solve_lswt.py