Skip to content

Commit

Permalink
Add section on diagnostics to README.
Browse files Browse the repository at this point in the history
  • Loading branch information
michakraus committed Nov 26, 2020
1 parent 83fef10 commit 3565de2
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,3 +74,15 @@ o = 2

tab = Tableau(:heun, o, a, b, c)
```

## Diagnostics

Currently, diagnostic functions for checking symmetry, symplecticity and the so-called simplifying assumptions are implemented:

* `issymmetric(tab)`
* `issymplectic(tab)`
* `satisfies_simplifying_assumption_b(tab, σ=s)`
* `satisfies_simplifying_assumption_c(tab, σ=s)`
* `satisfies_simplifying_assumption_d(tab, σ=s)`

This list is expected to grow in the near future.

0 comments on commit 3565de2

Please sign in to comment.