Skip to content

rename atoms.arrays['magmoms'] to atoms.arrays['initial_magmoms']

username-removed-71312 requested to merge rename-to-initial-magmoms into master

rename atoms.arrays['magmoms'] to atoms.arrays['initial_magmoms'] following similar change for charges. Also fixes a bug where BundleTrajectory would call atoms.get_magmoms() which does not exist (it is called atoms.get_initial_magnetic_moments()).

Merge request reports