I'm interested in looking at how to perform exact diagonalization of 
various quantum states in Julia.

This problem is often memory limited, but the states can often be 
represented by strings of 0 and 1 (binary format).  Not only that, but 
various binary operations, and converting to other bases come in handy for 
solving the problem.  

I can just work with array's of Int8, but binary would give a great boost 
if possible,

Reply via email to