File size: 2,713 Bytes
67b79df
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
b9d7591
 
67b79df
 
 
 
b9d7591
 
 
 
 
67b79df
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
b9d7591
 
67b79df
 
 
 
 
 
 
 
 
 
 
 
 
 
b9d7591
67b79df
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
site_name: Dense-Evolution
site_description: High-performance NISQ statevector quantum circuit simulator, JAX XLA-accelerated.
site_url: https://tatopenn-cell.github.io/Dense-Evolution/
repo_url: https://github.com/tatopenn-cell/Dense-Evolution
repo_name: tatopenn-cell/Dense-Evolution
edit_uri: edit/main/docs/

theme:
  name: material
  palette:
    - media: "(prefers-color-scheme: dark)"
      scheme: slate
      primary: black
      accent: cyan
      toggle:
        icon: material/brightness-4
        name: Switch to light mode
    - media: "(prefers-color-scheme: light)"
      scheme: default
      primary: black
      accent: cyan
      toggle:
        icon: material/brightness-7
        name: Switch to dark mode
  features:
    - navigation.instant
    - navigation.tracking
    - navigation.tabs
    - navigation.top
    - navigation.indexes
    - search.suggest
    - search.highlight
    - content.code.copy
    - content.action.edit
  icon:
    repo: fontawesome/brands/github
    logo: material/atom
  favicon: assets/favicon.svg

markdown_extensions:
  - admonition
  - pymdownx.details
  - pymdownx.superfences:
      custom_fences:
        - name: mermaid
          class: mermaid
          format: !!python/name:pymdownx.superfences.fence_code_format
  - pymdownx.highlight:
      anchor_linenums: true
  - pymdownx.arithmatex:
      generic: true
  - pymdownx.tabbed:
      alternate_style: true
  - toc:
      permalink: true

extra_javascript:
  - https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js

plugins:
  - search
  - include-markdown
  - mkdocstrings:
      handlers:
        python:
          paths: ["."]
          options:
            docstring_style: google
            show_source: true
            show_root_heading: true
            show_root_full_path: false
            merge_init_into_class: true
            separate_signature: true
            show_signature_annotations: true
            members_order: source
            heading_level: 2

nav:
  - Home: index.md
  - Getting Started: getting-started.md
  - Examples: examples.md
  - Benchmarks: benchmarks.md
  - API Reference:
      - api/index.md
      - Simulator: api/simulator.md
      - MPS Simulator: api/mps.md
      - Chunk (large-scale): api/chunk.md
      - QASM Parser: api/parser.md
      - Compiler: api/compiler.md
      - Registry & Noise Models: api/registry.md
      - Gates: api/gates.md
      - Mitigation (ZNE / density-matrix healing): api/mitigation.md
      - Healing (predictive primitives): api/healing.md
      - Interop (Qiskit / PennyLane): api/interop.md
      - Autodiff: api/autodiff.md
  - Changelog: changelog.md
  - Contributing: contributing.md
  - License: LICENSE.md