Skip to content

Commit

Permalink
added table of contents
Browse files Browse the repository at this point in the history
  • Loading branch information
selpoG committed Oct 25, 2020
1 parent 55b84fa commit 3384c1d
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ or [An Automated Generation of Bootstrap Equations for Numerical Study of Critic

Some usages also can be checked by typing `?someSymbolName` (for example, `?getGroup`) in [Mathematica](http://reference.wolfram.com/language/tutorial/GettingInformationAboutWolframLanguageObjects.html).
``?somePackageName`*`` (for example, ``?ClebschGordan`*``) will give package-lebel information.
These usages are also documented in [inv.md](doc/inv.md), [group.md](doc/group.md).

- [Setup](#setup)
- [Usage](#usage)
- [Example](#example)

## Setup

Expand Down
8 changes: 8 additions & 0 deletions doc/CustomGroup.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ You also attach labels of irrep-objects for all (unique) irreps.
[`getO[3]`](https://github.com/selpoG/autoboot/tree/master/grouplie.m) is
a good example for creating custom group-objects.

- [`isrep`](#isrep)
- [`minrep`](#minrep)
- [`dim`](#dim)
- [`dual`](#dual)
- [`id`](#id)
- [`prod`](#prod)
- [`gG` and `gA`](#gg-and-ga)

## `isrep`

`g[isrep[r]]` must give `True` or `False` (`True` if and only if `r` is a valid irrep-object for `g`).
Expand Down
12 changes: 12 additions & 0 deletions doc/IrrepLabels.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Labels for Irreps

- [`G=group[g,i]`](#ggroupgi)
- [`G=so[2]`](#gso2)
- [`G=o[2]`](#go2)
- [`G=so[3]`](#gso3)
- [`G=o[3]`](#go3)
- [`G=su[2]`](#gsu2)
- [`G=su[4]`](#gsu4)
- [`G=dih[N]` (`N`: even)](#gdihn-n-even)
- [`G=dih[N]` (`N`: odd)](#gdihn-n-odd)
- [`G=dic[N]`](#gdicn)
- [`G=pGroup[G1,G2]`](#gpgroupg1g2)

All labels of irreps are defined as follows:

## `G=group[g,i]`
Expand Down

0 comments on commit 3384c1d

Please sign in to comment.