Skip to content

Commit 889eb44

Browse files
author
Documenter.jl
committed
build based on ea77868
1 parent ac7ef89 commit 889eb44

34 files changed

+14583
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"documenter":{"julia_version":"1.11.6","generation_timestamp":"2025-08-06T10:18:44","documenter_version":"1.14.1"}}

previews/PR3/assets/MTKrefs.bib

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
@book{etingof2016tensor,
2+
title={Tensor Categories},
3+
author={Etingof, P. and Gelaki, S. and Nikshych, D. and Ostrik, V.},
4+
isbn={9781470434410},
5+
lccn={2015006773},
6+
series={Mathematical Surveys and Monographs},
7+
url={https://books.google.be/books?id=Z6XLDAAAQBAJ},
8+
year={2016},
9+
publisher={American Mathematical Society}
10+
}
11+
12+
@article{Lootens_2023,
13+
title={Dualities in One-Dimensional Quantum Lattice Models: Symmetric Hamiltonians and Matrix Product Operator Intertwiners},
14+
volume={4},
15+
ISSN={2691-3399},
16+
url={http://dx.doi.org/10.1103/PRXQuantum.4.020357},
17+
DOI={10.1103/prxquantum.4.020357},
18+
number={2},
19+
journal={PRX Quantum},
20+
publisher={American Physical Society (APS)},
21+
author={Lootens, Laurens and Delcamp, Clement and Ortiz, Gerardo and Verstraete, Frank},
22+
year={2023},
23+
month=jun }
24+
25+
@misc{etingof2009,
26+
title={Fusion categories and homotopy theory},
27+
author={Pavel Etingof and Dmitri Nikshych and Victor Ostrik and with an appendix by Ehud Meir},
28+
year={2009},
29+
eprint={0909.3140},
30+
archivePrefix={arXiv},
31+
primaryClass={math.QA},
32+
url={https://arxiv.org/abs/0909.3140},
33+
}
34+
35+
@misc{henriques2020,
36+
title={Representations of fusion categories and their commutants},
37+
author={André Henriques and David Penneys},
38+
year={2020},
39+
eprint={2004.08271},
40+
archivePrefix={arXiv},
41+
primaryClass={math.OA},
42+
url={https://arxiv.org/abs/2004.08271},
43+
}
44+
45+
@misc{Lootens_2024,
46+
title={Entanglement and the density matrix renormalisation group in the generalised Landau paradigm},
47+
author={Laurens Lootens and Clement Delcamp and Frank Verstraete},
48+
year={2024},
49+
eprint={2408.06334},
50+
archivePrefix={arXiv},
51+
primaryClass={quant-ph},
52+
url={https://arxiv.org/abs/2408.06334},
53+
}

previews/PR3/assets/custom.css

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
.center {
2+
display: block;
3+
margin-left: auto;
4+
margin-right: auto;
5+
}
6+
7+
/* set fixed non-trivial inversion and hue rotation */
8+
:root {
9+
--inversionFraction: 100%;
10+
--hueRotation: -180deg;
11+
}
12+
13+
/* color-invert images */
14+
.color-invertible {
15+
filter: invert(var(--inversionFraction)) hue-rotate(var(--hueRotation)) !important;
16+
-ms-filter: invert(var(--inversionFraction)) !important;
17+
-webkit-filter: invert(var(--inversionFraction)) hue-rotate(var(--hueRotation)) !important;
18+
}
19+
/* including the logo when we make one
20+
.docs-logo {
21+
filter: invert(var(--inversionFraction)) hue-rotate(var(--hueRotation)) !important;
22+
-ms-filter: invert(var(--inversionFraction)) !important;
23+
-webkit-filter: invert(var(--inversionFraction)) hue-rotate(var(--hueRotation)) !important;
24+
} */
25+
26+
/* but disable for the two light themes */
27+
.theme--documenter-light .color-invertible {
28+
filter: invert(0%) hue-rotate(0deg) !important;
29+
-ms-filter: invert(var(0%)) !important;
30+
-webkit-filter: invert(var(0%)) hue-rotate(0deg) !important;
31+
}
32+
.theme--catppuccin-latte .color-invertible {
33+
filter: invert(0%) hue-rotate(0deg) !important;
34+
-ms-filter: invert(var(0%)) !important;
35+
-webkit-filter: invert(var(0%)) hue-rotate(0deg) !important;
36+
}
37+
/* for the logo as well */
38+
/* .theme--documenter-light .docs-logo {
39+
filter: invert(0%) hue-rotate(0deg) !important;
40+
-ms-filter: invert(var(0%)) !important;
41+
-webkit-filter: invert(var(0%)) hue-rotate(0deg) !important;
42+
}
43+
.theme--catppuccin-latte .docs-logo {
44+
filter: invert(0%) hue-rotate(0deg) !important;
45+
-ms-filter: invert(var(0%)) !important;
46+
-webkit-filter: invert(var(0%)) hue-rotate(0deg) !important;
47+
} */

0 commit comments

Comments
 (0)