Skip to content

Commit

Permalink
update tools docs again :(
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuabmoore committed Dec 23, 2024
1 parent 55c02e8 commit 7a2accf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
### Overview

### Bipartite Entanglement Entropy (BEE)
Given a [`trainedMPS`](@ref), we can compute the bipartite entanglement entropy (BEE) using:
Given an MPS, we can compute the bipartite entanglement entropy (BEE) using:
```Julia
bees = bipartite_spectrum(mps);
```
The return value is a vector corresponding to the BEE of each class mps.


### Single-Site Entanglement Entropy (SEE)
Given a [`trainedMPS`](@ref), we can compute the single-site entanglement entropy (SEE) using:
Given an MPS, we can compute the single-site entanglement entropy (SEE) using:
```Julia
sees = MPSTime.single_site_spectrum(mps);
```
Expand Down

0 comments on commit 7a2accf

Please sign in to comment.