Skip to content

Commit

Permalink
Add utils section to documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
aarontrowbridge committed Nov 27, 2023
1 parent 749a742 commit 1aaa8cf
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 1 deletion.
13 changes: 13 additions & 0 deletions docs/literate/man/utils.jl
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# # Utilities

# ## Gates

# ## States

# ## Operators

# ## Isomorphisms

# ## Measurements

# ## Subspaces
1 change: 0 additions & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ end
makedocs(;
modules=[QuantumCollocation],
authors="Aaron Trowbridge <aaron.j.trowbridge@gmail.com> and contributors",
repo="https://github.com/aarontrowbridge/QuantumCollocation.jl/blob/{commit}{path}#{line}",
sitename="QuantumCollocation.jl",
format=format,
pages=pages,
Expand Down
14 changes: 14 additions & 0 deletions docs/src/generated/man/utils.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@
EditURL = "../../../literate/man/utils.jl"
```

# Utilities

## Gates

## States

## Operators

## Isomorphisms

## Measurements

## Subspaces

---

*This page was generated using [Literate.jl](https://github.com/fredrikekre/Literate.jl).*
Expand Down
1 change: 1 addition & 0 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ where $B(a_t)$ and $F(a_t)$ are the *backward* and *forward* Pade operators, and
This implementation is possible because direct collocation allows for the dynamics to be implicit. Since numerically calculating matrix exponentials inherently requires an approximation -- the Padé approximant is commonly used -- utilizing this formulation significantly improves performance, as, at least here, no matrix inversion is required.


## Index

```@index
```
Expand Down

0 comments on commit 1aaa8cf

Please sign in to comment.