-
Notifications
You must be signed in to change notification settings - Fork 13
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
IndexedVariable
with a time-dependence
#198
Comments
The problem already occurs when generating However, trying to register the time-dependence I ran into another problem. In my problem, the different coupling terms rotate at the frequency difference between the qubits with a time-dependence
This seems to work only if I explicitly assert
|
IndexedVariable
with a time-dependence
Hi @leonbello Registering indexed time-dependent functions is not implemented. |
Hi @ChristophHotter, The Hamiltonian I try to solve is the following,
Error stacktrace:
|
I'm trying to solve a problem with all-to-all coupling between different two-level systems, with the following parameters,
Some of my parameters are double-indexed,
I'm able to run all the definitions, including carrying out the meanfield equations,
After that, I run into two problems. First, when using
evaluate
,L
is not completely removed from the equations and I have to include it in the variable map.Second, and more severe, I get and
UndefVarErrror
when I try to run solve the resultingODESystem
,When I try to solve
prob
I get an error,I suspect I may be doing something wrong in the assignment of the values in
value_map
, but I'm not sure what I'm doing wrong.Note that I've only used
L=2
for testing purposes, so I can't just define my parameters explicitly and have to use theIndexedOperator
scheme.Full error trace:
The text was updated successfully, but these errors were encountered: