-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
62 additions
and
39 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
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,11 @@ | ||
# API Reference | ||
|
||
```{toctree} | ||
ffsim | ||
ffsim.contract | ||
ffsim.linalg | ||
ffsim.optimize | ||
ffsim.random | ||
ffsim.testing | ||
``` |
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# ffsim | ||
|
||
Faster simulations of fermionic quantum circuits. | ||
|
||
## What is ffsim? | ||
|
||
```{include} ../README.md | ||
:start-after: <!-- start what-is-ffsim --> | ||
:end-before: <!-- end what-is-ffsim --> | ||
``` | ||
|
||
## Install from PyPI | ||
|
||
```{include} ../README.md | ||
:start-after: <!-- start install-from-pypi --> | ||
:end-before: <!-- end install-from-pypi --> | ||
``` | ||
|
||
## Get started | ||
|
||
Check out the [tutorials](tutorials/index.md). | ||
|
||
```{toctree} | ||
:hidden: | ||
tutorials/index | ||
api/index | ||
``` |
This file was deleted.
Oops, something went wrong.
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,11 @@ | ||
# Tutorials | ||
|
||
```{toctree} | ||
01-introduction | ||
02-orbital-rotation | ||
03-double-factorized | ||
04-lucj | ||
05-entanglement-forging | ||
06-fermion-operator | ||
``` |
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -28,6 +28,7 @@ dev = [ | |
"jupyter-sphinx", | ||
"maturin", | ||
"mypy", | ||
"myst-parser", | ||
"nbmake", | ||
"nbsphinx", | ||
"pytest", | ||
|