mitodl / mitx-grading-library

The MITx Grading Library, a python grading library for edX
https://edge.edx.org/courses/course-v1:MITx+grading-library+examples/
BSD 3-Clause "New" or "Revised" License
14 stars 9 forks source link

Class: MatrixGrader #88

Closed ChristopherChudzicki closed 6 years ago

ChristopherChudzicki commented 6 years ago

This does a couple of things:

Should resolve #71, #76

jolyonb commented 6 years ago

Oh, one more thing - can we make a list containing the Pauli matrices for me, so that I can add them as constants to a problem easily?

Edit - just saw your comment on the issue. Maybe it's better to just leave it out.

ChristopherChudzicki commented 6 years ago

@jolyonb I think this is ready for re-review.

ChristopherChudzicki commented 6 years ago

Oh, I forgot to restore default functions/variables. Doing it now.

ChristopherChudzicki commented 6 years ago

@jolyonb This is actually ready now. I think #89 should be resolved separately.

jolyonb commented 6 years ago

Agreed on #89. Everything else looks good; just holding off on the Pauli nomenclature, but good to merge after that.