Skip to content

Commit

Permalink
Clarify folder structure in README
Browse files Browse the repository at this point in the history
  • Loading branch information
lkdvos committed Jan 18, 2024
1 parent 9048317 commit 76f1447
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@ CGC disk cache info:
```

The values are stored at `SUNRepresentations.CGC_CACHE_PATH`, which is a package-wide
scratch space. The folder structure is as follows:
scratchspace. Each file `CGC/N/T/s1/s2.jld2` contains all coefficients with datatype `T` for
the fusion of the `SU(N)` irreps `s1 ⊗ s2 → s3`, where `s3` runs over all possible fusion
channels. The folder structure is as follows:

```quote
CGC/
Expand All @@ -52,8 +54,7 @@ CGC/
│ │ ├── (0, 0, 0)/
│ │ │ ├── (0, 0, 0).jld2
│ │ │ ├── (1, 0, 0).jld2
│ │ │ ├── (1, 1, 0).jld2
│ │ │ └── (2, 1, 0).jld2
│ │ │ └── ...
│ │ ├── (1, 0, 0)/
│ │ │ └── ...
│ │ └── ...
Expand Down

0 comments on commit 76f1447

Please sign in to comment.