-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmyst.yml
More file actions
52 lines (52 loc) · 1.64 KB
/
myst.yml
File metadata and controls
52 lines (52 loc) · 1.64 KB
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
version: 1
project:
title: "QuIP: Quantum Integer Programming Notebooks"
authors:
- name: David E. Bernal Neira
copyright: "2026"
github: SECQUOIA/QuIP
toc:
- file: index.md
- file: local-setup.md
- title: Mathematical Programming
children:
- file: notebooks_py/1-MathProg_python.ipynb
title: Mathematical Programming (Python)
- file: notebooks_jl/1-MathProg.ipynb
title: Mathematical Programming (Julia)
- title: QUBO
children:
- file: notebooks_py/2-QUBO_python.ipynb
title: QUBO and Ising Models (Python)
- file: notebooks_jl/2-QUBO.ipynb
title: QUBO and Ising Models (Julia)
- title: GAMA
children:
- file: notebooks_py/3-GAMA_python.ipynb
title: Graver Augmentation Multiseed Algorithm (Python)
- file: notebooks_jl/3-GAMA.ipynb
title: Graver Augmentation Multiseed Algorithm (Julia)
- title: D-Wave
children:
- file: notebooks_py/4-DWAVE_python.ipynb
title: Quantum Annealing via D-Wave (Python)
- file: notebooks_jl/4-DWave.ipynb
title: Quantum Annealing via D-Wave (Julia)
- title: Benchmarking
children:
- file: notebooks_py/5-Benchmarking_python.ipynb
title: Benchmarking (Python)
- file: notebooks_jl/5-Benchmarking.ipynb
title: Benchmarking (Julia)
- title: QCi
children:
- file: notebooks_py/6-QCi_python.ipynb
title: Entropy Computing via QCi (Python)
site:
template: book-theme
options:
folders: true
actions:
- title: Open in Colab
url: colab.html
static: true