-
Notifications
You must be signed in to change notification settings - Fork 67
Description
Check the develop branch
Report to the combination of the develop branch of phonopy and the develop branch of phono3py.
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
- Go to '...'
- Click on '....'
- Scroll down to '....'
- See error
Traceback (most recent call last):
File "/es01/home/cepreim01/anaconda3/bin/phono3py-kaccum", line 8, in
Crystal structure was read from "POSCAR".
sys.exit(run())
^^^^^
File "/es01/home/cepreim01/anaconda3/lib/python3.11/site-packages/phono3py/scripts/phono3py_kaccum.py", line 40, in run
main()
File "/es01/home/cepreim01/anaconda3/lib/python3.11/site-packages/phono3py/cui/kaccum_script.py", line 449, in main
_collect_data(f_kappa, primitive, args)
File "/es01/home/cepreim01/anaconda3/lib/python3.11/site-packages/phono3py/cui/kaccum_script.py", line 260, in _collect_data
primitive_symmetry = Symmetry(primitive)
^^^^^^^^^^^^^^^^^^^
File "/es01/home/cepreim01/anaconda3/lib/python3.11/site-packages/phonopy/structure/symmetry.py", line 100, in init
magmom = cell.magnetic_moments
^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'magnetic_moments'