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

Error when multiplying multiple TimeDependentOperators #398

Open
mabuni1998 opened this issue Jun 13, 2024 · 0 comments
Open

Error when multiplying multiple TimeDependentOperators #398

mabuni1998 opened this issue Jun 13, 2024 · 0 comments

Comments

@mabuni1998
Copy link

When multiplying multiple TimeDependentOperators I can only combine a dagger version with a non-dagger version. See the following:

kappa(t) = 1    
b = FockBasis(3)
a = destroy(b)
a_td = TimeDependentSum(kappa=>a)
dagger(a_td)*a_td #Works
a_td*a_td #Does not work
dagger(a_td)*dagger(a_td) #Does not work
dagger(a_td)*a_td*a_td #Does Work
dagger(a_td)*dagger(a_td)*a_td*a_td #Does not work
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