Quantum dynamics on your laptop? New technique moves us closer
1–10 of 17 posts
Re: Quantum dynamics on your laptop? New technique moves us closer
#2Re: Quantum dynamics on your laptop? New technique moves us closer
#3Reading their paper, it does seem like this method is significantly simpler than using something like MPS, my main concern is the practical coupling regime for which this method works, I would imagine that it would fail closer to critical points in theories with phase transitions?
I have a background in solid state physics from coursework, but I've never really used QM for almost anything outside of school.
Re: Quantum dynamics on your laptop? New technique moves us closer
#4Reading their paper, it does seem like this method is significantly simpler than using something like MPS, my main concern is the practical coupling regime for which this method works, I would imagine that it would fail closer to critical points in theories with phase transitions?
I'm curious, are any quantum simulators accessible to sort of hobbyists? I have a background in solid state physics from coursework, but I've never really used QM for almost anything outside of school.
- QuantumOptics.jl in Julia
- QuantumToolbox.jl in Julia
- qutip in python
These are all "just" nice domain specific wrappers around linear algebra and differential equation tools. They do the "silly" exponentially expensive simulation technique that works for any quantum system. If you are interested in efficient (not exponential) simulation techniques that support only a subset of all quantum dynamics try out:
- stabilizer formalism (e.g. for error correction) with QuantumClifford.jl or stim
- Gaussian quantum optics (e.g. for laser physics) with Gabs.jl
- tensor networks (e.g. for arbitrary low-rank entanglement) with ITensors.jl
Re: Quantum dynamics on your laptop? New technique moves us closer
#5Reading their paper, it does seem like this method is significantly simpler than using something like MPS, my main concern is the practical coupling regime for which this method works, I would imagine that it would fail closer to critical points in theories with phase transitions?
Re: Quantum dynamics on your laptop? New technique moves us closer
#6Earlier quoted context omitted.
I'm curious, are any quantum simulators accessible to sort of hobbyists? I have a background in solid state physics from coursework, but I've never really used QM for almost anything outside of school.
I think you will have best luck by searching for "open quantum systems" toolboxes in your language of choice. My preferences are, in order: - QuantumOptics.jl in Julia - QuantumToolbox.jl in Julia - qutip in python These are all "just" nice domain specific wrappers around linear algebra and differential equation tools. They do the "silly" exponentially expensive simulation technique that works for any quantum system.…
Re: Quantum dynamics on your laptop? New technique moves us closer
#7Reading their paper, it does seem like this method is significantly simpler than using something like MPS, my main concern is the practical coupling regime for which this method works, I would imagine that it would fail closer to critical points in theories with phase transitions?
Re: Quantum dynamics on your laptop? New technique moves us closer
#8Reading their paper, it does seem like this method is significantly simpler than using something like MPS, my main concern is the practical coupling regime for which this method works, I would imagine that it would fail closer to critical points in theories with phase transitions?
This is a nice practical technique for open quantum systems with relatively low entanglement. The introduction lays out exactly what regime they're aiming at: 1. Affordable (laptop scale) 2. Captures "sufficient" quantum effects (low entanglement regime; you accurately can't simulate a quantum computer with this) 3. Straightforward to implement. From a cursory glance, it does all three. I'm slightly surprised that TW…
Re: Quantum dynamics on your laptop? New technique moves us closer
#9Earlier quoted context omitted.
I think you will have best luck by searching for "open quantum systems" toolboxes in your language of choice. My preferences are, in order: - QuantumOptics.jl in Julia - QuantumToolbox.jl in Julia - qutip in python These are all "just" nice domain specific wrappers around linear algebra and differential equation tools. They do the "silly" exponentially expensive simulation technique that works for any quantum system.…
Thanks a lot!
Re: Quantum dynamics on your laptop? New technique moves us closer
#10Reading their paper, it does seem like this method is significantly simpler than using something like MPS, my main concern is the practical coupling regime for which this method works, I would imagine that it would fail closer to critical points in theories with phase transitions?
I'm curious, are any quantum simulators accessible to sort of hobbyists? I have a background in solid state physics from coursework, but I've never really used QM for almost anything outside of school.