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]: Empty Pauli objects with pre-defined dimension #83

Open
stand-by opened this issue Oct 29, 2024 · 0 comments
Open

[FEATURE]: Empty Pauli objects with pre-defined dimension #83

stand-by opened this issue Oct 29, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@stand-by
Copy link
Collaborator

Summary/Motivation

Introduce constructors for Pauli structures to produce empty objects with dimensions initialized

Details of the Feature

op = fp.PauliOp(dim=4)
op += fp.PauliString("XY")
op += fp.PauliOp([1, 2], ["IY", "ZX"])
@stand-by stand-by added the enhancement New feature or request label Oct 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant