kdotp-symmetry
kdotp-symmetry copied to clipboard
example about TaAs2 occur errors
hello greschd,
when I copy the example about TaAs2 in the websit of https://kdotp-symmetry.greschd.ch/en/latest/example.html , I met a error like this :
raise ShapeError("Matrix size mismatch: %s + %s" % (
sympy.matrices.common.ShapeError: Matrix size mismatch: (48, 16) + (16, 16)
what should I do ?
Thanks for reporting this. It seems to be due to changes in the sympy
release 1.7
.
As a workaround, the limit-upper-versions branch contains dependencies limited to versions that still work, with Python 3.6.
Except for sympy
the limit may not be exact, i.e. a higher numpy
or pymatgen
or Python version may work, but needs testing.
I also haven't yet figured out which change in sympy
is causing this incompatibility.