-
Notifications
You must be signed in to change notification settings - Fork 31
[Docs] Update documentation for time evolution #241
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,30 @@ | ||
| # [Time Evolution and Quantum System Dynamics](@id doc:Time-Evolution-and-Quantum-System-Dynamics) | ||
|
|
||
| This page is still under construction, please visit [API](@ref doc-API) first. | ||
| **Table of contents** | ||
|
|
||
| ```@contents | ||
| Pages = [ | ||
| "intro.md", | ||
| "solution.md", | ||
| "sesolve_and_mesolve.md", | ||
| "mcsolve.md", | ||
| "stochastic.md", | ||
| "time_dependent.md", | ||
| ] | ||
| Depth = 2:3 | ||
| ``` | ||
|
|
||
| ## [Introduction](@id doc-TE:Introduction) | ||
|
|
||
| Although in some cases, we want to find the stationary states of a quantum system, often we are interested in the dynamics: how the state of a system or an ensemble of systems evolves with time. `QuantumToolbox` provides many ways to model dynamics. | ||
|
|
||
| There are two kinds of quantum systems: open systems that interact with a larger environment and closed systems that do not. In a closed system, the state can be described by a state vector. When we are modeling an open system, or an ensemble of systems, the use of the density matrix is mandatory. | ||
|
|
||
| The following table lists the solvers provided by `QuantumToolbox` for dynamic quantum systems and the corresponding type of solution returned by the solver: | ||
|
|
||
| | **Equation** | **Function Call** | **Returned Solution** | | ||
| |:-------------|:------------------|:----------------------| | ||
| | Unitary evolution, Schrödinger equation | [`sesolve`](@ref) | [`TimeEvolutionSol`](@ref) | | ||
| | Lindblad master eqn. or Von Neuman eqn. | [`mesolve`](@ref) | [`TimeEvolutionSol`](@ref) | | ||
| | Monte Carlo evolution | [`mcsolve`](@ref) | [`TimeEvolutionMCSol`](@ref) | | ||
| | Stochastic Schrödinger equation | [`ssesolve`](@ref) | [`TimeEvolutionSSESol`](@ref) | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| # Time Evolution and Quantum System Dynamics | ||
|
|
||
| ## [Monte-Carlo Solver](@id doc-TE:Monte-Carlo-Solver) | ||
|
|
||
| This page is still under construction, please visit [API](@ref doc-API) first. |
11 changes: 11 additions & 0 deletions
11
docs/src/users_guide/time_evolution/sesolve_and_mesolve.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| # Time Evolution and Quantum System Dynamics | ||
|
|
||
| ## [Lindblad Master Equation Solver](@id doc-TE:Lindblad-Master-Equation-Solver) | ||
|
|
||
| This page is still under construction, please visit [API](@ref doc-API) first. | ||
|
|
||
| ### Unitary evolution | ||
|
|
||
| ### Non-unitary evolution | ||
|
|
||
| ### The Lindblad master equation |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| # Time Evolution and Quantum System Dynamics | ||
|
|
||
| ## [Time Evolution Solutions](@id doc-TE:Time-Evolution-Solutions) | ||
|
|
||
| This page is still under construction, please visit [API](@ref doc-API) first. | ||
|
|
||
| ### Solution | ||
|
|
||
| ### Multiple trajectories solution |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| # Time Evolution and Quantum System Dynamics | ||
|
|
||
| ## [Stochastic Solver](@id doc-TE:Stochastic-Solver) | ||
|
|
||
| This page is still under construction, please visit [API](@ref doc-API) first. | ||
|
|
||
| ### Stochastic Schrodinger equation |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| # Time Evolution and Quantum System Dynamics | ||
|
|
||
| ## [Solving Problems with Time-dependent Hamiltonians](@id doc-TE:Solving-Problems-with-Time-dependent-Hamiltonians) | ||
|
|
||
| This page is still under construction, please visit [API](@ref doc-API) first. |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.