UNPKG

dirakkkmodule

Version:

the dirakkk node module gives quantum mechanics helper functions

6 lines (4 loc) 92 B
function getSpinValues (n) { return [-1,0,1]; } exports.getSpinValues=getSpinValues;