Closed peteshadbolt closed 7 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.
"hadamard"
"px"
clifford.by_name
clifford.px
Currently the code is littered with
"hadamard"
,"px"
etc which go through internal dictionary lookups viaclifford.by_name
. This is repulsive and should be replaced withclifford.px
etc.