Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3,353 changes: 3,353 additions & 0 deletions docs/notebooks/bose_hubbard.ipynb

Large diffs are not rendered by default.

Binary file added docs/notebooks/bose_hubbard.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
809 changes: 438 additions & 371 deletions docs/notebooks/bosonic-vqe-2.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion optyx/classical.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
diagram,
path
)
from optyx import (
from optyx.core.channel import (
bit,
mode,
qmode,
Expand Down
Loading