-
Notifications
You must be signed in to change notification settings - Fork 6
Issues: qojulia/QuantumInterface.jl
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
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
a bunch of methods acting on abstract types assume internal layout for these types
good first issue
Good for newcomers
#12
opened Jun 14, 2023 by
Krastanov
updated Jun 14, 2023
samebases(::AbstractOperator, ...)
should use calls to basis
instead of assuming internal layout for the structures
good first issue
#25
opened Jul 19, 2024 by
Krastanov
updated Jul 19, 2024
embed
does not preserve the basis when a CompositeBasis with just a single site is used
bug
#27
opened Jul 30, 2024 by
noh827
updated Nov 20, 2024
lack of API for checking left and right bases
enhancement
New feature or request
#26
opened Jul 19, 2024 by
Krastanov
updated Nov 20, 2024
Subtypes of
Basis
, their .shape
field, and infinite Hilbert spaces
#33
opened Nov 26, 2024 by
akirakyle
updated Dec 3, 2024
PauliBasis
is misleadingly named as it doesn't represent the operator basis of Pauli matrices+identity
#36
opened Dec 3, 2024 by
akirakyle
updated Dec 4, 2024
Operator bases which are not outer product "KetBra" bases
#35
opened Dec 3, 2024 by
akirakyle
updated Dec 5, 2024
IncompatibleBases
as a static versus dynamic check, i.e. should Basis
be isbits
?
#34
opened Nov 28, 2024 by
akirakyle
updated Dec 5, 2024
project!
and projectrand!
probably do not make sense here
#45
opened Dec 21, 2024 by
Krastanov
updated Dec 21, 2024
ProTip!
Exclude everything labeled
bug
with -label:bug.