kpeeters / cadabra2

A field-theory motivated approach to computer algebra.
https://cadabra.science/
GNU General Public License v3.0
223 stars 37 forks source link

Kernel crash on incorrect TableauSymmetry #48

Open kschoebel opened 7 years ago

kschoebel commented 7 years ago

The following (admittedly incorrect) command crashes the kernel: T_{i j k}::TableauSymmetry( shape={2,1}, indices={0,1,2,3} ); It should result in an error on incompatible number of boxes and indices.

kpeeters commented 7 years ago

Once all the features I wanted for 2.x are in I will have a closer look at some of the (very) old code which is responsible for this.