Skip to content

quantcore.matrix 1.0.3

Compare
Choose a tag to compare
@jtilly jtilly released this 22 Apr 09:54

Bug fixes:

  • Added a check that matrices are two-dimensional in the SplitMatrix.__init__
  • Replace np.int with np.int64 where appropriate due to NumPy deprecation of np.int.