-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #11 from shareloqs/master
Update doc-writing with latest modifs of master
- Loading branch information
Showing
43 changed files
with
1,144 additions
and
315 deletions.
There are no files selected for viewing
This file contains 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 |
---|---|---|
|
@@ -3,7 +3,7 @@ name: Documentation | |
on: | ||
push: | ||
branches: | ||
- doc-writing | ||
- master | ||
tags: '*' | ||
pull_request: | ||
|
||
|
This file contains 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,63 @@ | ||
# This CITATION.cff file was generated with cffinit. | ||
# Visit https://bit.ly/cffinit to generate yours today! | ||
|
||
cff-version: 1.2.0 | ||
title: MPSDynamics.jl | ||
message: >- | ||
If you use this software, please cite it | ||
type: software | ||
authors: | ||
- given-names: Angus J. | ||
family-names: Dunnett | ||
orcid: 'https://orcid.org/0000-0002-8579-7826' | ||
- given-names: Thibaut | ||
family-names: Lacroix | ||
orcid: 'https://orcid.org/0000-0002-5190-040X' | ||
- given-names: Angela | ||
family-names: Riva | ||
orcid: 'https://orcid.org/0009-0005-8509-9162' | ||
- given-names: Brieuc | ||
family-names: Le Dé | ||
orcid: 'https://orcid.org/0000-0001-6004-0758' | ||
identifiers: | ||
- type: doi | ||
value: 10.5281/zenodo.5106434 | ||
description: Zenodo Repository | ||
- type: doi | ||
value: 10.1063/5.0223107 | ||
description: J. Chem. Phys. Paper | ||
url: 'https://github.com/shareloqs/MPSDynamics' | ||
abstract: >- | ||
Tensor network simulations for finite temperature, open | ||
quantum system dynamics | ||
license: GPL-3.0 | ||
preferred-citation: | ||
type: article | ||
authors: | ||
- given-names: Thibaut | ||
family-names: Lacroix | ||
orcid: 'https://orcid.org/0000-0002-5190-040X' | ||
affiliation: Institute of Theoretical Physics, Ulm University | ||
- given-names: Brieuc | ||
family-names: Le Dé | ||
orcid: 'https://orcid.org/0000-0001-6004-0758' | ||
affiliation: Sorbonne Université, CNRS, Institut des NanoSciences de Paris | ||
- given-names: Angela | ||
family-names: Riva | ||
orcid: 'https://orcid.org/0009-0005-8509-9162' | ||
affiliation: LPENS, Département de Physique, École Normale Supérieure, Centre Automatique et Systèmes (CAS), MINES ParisTech, Université PSL, Sorbonne Université, CNRS, Inria | ||
- given-names: Angus J. | ||
family-names: Dunnett | ||
orcid: 'https://orcid.org/0000-0002-8579-7826' | ||
affiliation: Multiverse Computing | ||
- given-names: Alex W. | ||
family-names: Chin | ||
orcid: 'https://orcid.org/0000-0001-7741-5915' | ||
affiliation: Sorbonne Université, CNRS, Institut des NanoSciences de Paris | ||
doi: "10.1063/5.0223107" | ||
journal: "The Journal of Chemical Physics" | ||
month: 8 | ||
title: "MPSDynamics.jl: Tensor network simulations for finite-temperature (non-Markovian) open quantum system dynamics" | ||
issue: 8 | ||
volume: 161 | ||
year: 2024 |
This file contains 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 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 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 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,7 +1,7 @@ | ||
name = "MPSDynamics" | ||
uuid = "8fc8f346-e1eb-498f-94db-02ffe92d8134" | ||
authors = ["angus-dunnett <[email protected]>", "Thibaut Lacroix <[email protected]>"] | ||
version = "1.0.0" | ||
version = "1.1.0" | ||
|
||
[deps] | ||
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a" | ||
|
@@ -25,5 +25,6 @@ SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b" | |
TensorOperations = "6aa20fa7-93e2-5fca-9bc0-fbd0db3c71a2" | ||
|
||
[compat] | ||
ITensors = "0.6" | ||
TensorOperations = "4.0.7" | ||
julia = "1.7" |
This file contains 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 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 |
---|---|---|
|
@@ -2,4 +2,4 @@ | |
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4" | ||
|
||
[compat] | ||
Documenter = "0.26" | ||
Documenter = "1.4" |
This file contains 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 was deleted.
Oops, something went wrong.
Oops, something went wrong.