peteshadbolt / abp

Fast simulation of Clifford circuits
2 stars 1 forks source link

Replace internal use of "vop" with clifford.vop #10

Closed peteshadbolt closed 7 years ago

peteshadbolt commented 8 years ago

Currently the code is littered with "hadamard", "px" etc which go through internal dictionary lookups via clifford.by_name. This is repulsive and should be replaced with clifford.px etc.