Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature request] using Clifford algebra without using its type tree #18

Open
GiggleLiu opened this issue Oct 2, 2018 · 0 comments
Open

Comments

@GiggleLiu
Copy link

e.g. Define Clifford algebra as macros like

@CliffordSet begin
    @PauliX XGate
    @PauliY XGate
    @PauliZ XGate
    ...
end

where XGate is some user defined types, and @Paulix maps it to the behavior of PauliX gate.

So that user can use arithmatics without using the type tree in Cliffords.jl?

This feature can make Cliffords.jl more useful, since to some project like our Yao.jl, it is hard to use type tree in Cliffords.jl directly.

@GiggleLiu GiggleLiu changed the title [Feature request] arithmatic without type tree [Feature request] using Clifford algebra without using its type tree Oct 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant