JuliaQuantumControl / QuantumControl.jl

Julia Framework for Quantum Dynamics and Control
https://juliaquantumcontrol.github.io/QuantumControl.jl/
MIT License
47 stars 7 forks source link

Simple example of optimization with dissipation. #9

Closed marlloseff closed 2 years ago

marlloseff commented 2 years ago

@goerz I want to find ε1(t), but I am not understanding how to fit the examples to the following Hamiltonian:

H(t) = H0 + ε1(t)H1,

d/dt ρ(t) = -i[H(t), ρ(t)] + L ρ(t) L† - 0.5 L†L ρ(t) - 0.5 ρ(t) L†L

Where H0, H1, L are time independents. Do you or anyone else have any examples?

goerz commented 2 years ago

Isn’t that what https://juliaquantumcontrol.github.io/Krotov.jl/stable/examples/rho_3states/#Example-2:-Optimization-of-a-Dissipative-Quantum-Gate is doing? (That’s Example 2)

marlloseff commented 2 years ago

Isn’t that what https://juliaquantumcontrol.github.io/Krotov.jl/stable/examples/rho_3states/#Example-2:-Optimization-of-a-Dissipative-Quantum-Gate is doing? (That’s Example 2)

Yes, but I didn't understand it, but now it works. I also found your User Manual text, which was very helpful.

marlloseff commented 2 years ago

@goerz You have done a great job. I have learned a lot from your texts, and I still have a lot to learn. Thank you.