Skip to content
Open
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
60 changes: 55 additions & 5 deletions src/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ DenseOperator
SparseOperator
```

```@docs
LazyKet


```@docs
LazyTensor
```
Expand Down Expand Up @@ -223,7 +227,7 @@ permutesystems
```

```@docs
exp(::AbstractOperator)
exp(op::AbstractOperator)
```

```@docs
Expand All @@ -246,6 +250,10 @@ sparse(::AbstractOperator)
current_time
```

```@docs
static_operator
```

```@docs
set_time!
```
Expand Down Expand Up @@ -347,6 +355,36 @@ wignersu2
ylm
```

### [Charge](@id API: Charge)

```@docs
ChargeBasis
```

```@docs
ShiftedChargeBasis
```

```@docs
chargestate
```

```@docs
chargeop
```

```@docs
expiφ
```

```@docs
cosφ
```

```@docs
sinφ
```

### [N-level](@id API: N-level)

```@docs
Expand All @@ -361,6 +399,18 @@ transition(::Type{T}, ::NLevelBasis, ::Integer, ::Integer) where T
nlevelstate
```

```@docs
paulix
```

```@docs
pauliy
```

```@docs
pauliz
```

### [Spin](@id API: Spin)

```@docs
Expand Down Expand Up @@ -501,6 +551,10 @@ sparseprojector
ManyBodyBasis
```

```@docs
FermionBitstring
```

```@docs
fermionstates
```
Expand Down Expand Up @@ -869,10 +923,6 @@ randstate_haar

## [Pauli](@id API: Pauli)

```@docs
PauliBasis
```

```@docs
PauliTransferMatrix
```
Expand Down
Loading