Skip to content

Commit

Permalink
build based on 57c6ee8
Browse files Browse the repository at this point in the history
  • Loading branch information
Documenter.jl committed May 17, 2024
1 parent 385d3f3 commit 255ea8b
Show file tree
Hide file tree
Showing 45 changed files with 8,702 additions and 2 deletions.
2 changes: 1 addition & 1 deletion stable
1 change: 1 addition & 0 deletions v0.8
1 change: 1 addition & 0 deletions v0.8.0/.documenter-siteinfo.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"documenter":{"julia_version":"1.10.3","generation_timestamp":"2024-05-17T10:06:26","documenter_version":"1.4.1"}}
241 changes: 241 additions & 0 deletions v0.8.0/API/index.html

Large diffs are not rendered by default.

1,872 changes: 1,872 additions & 0 deletions v0.8.0/CoulombTwoBody/index.html

Large diffs are not rendered by default.

Binary file added v0.8.0/DeltaPotential/b3f1416f.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
57 changes: 57 additions & 0 deletions v0.8.0/DeltaPotential/index.html

Large diffs are not rendered by default.

Binary file added v0.8.0/HarmonicOscillator/57994209.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added v0.8.0/HarmonicOscillator/9ed63065.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
446 changes: 446 additions & 0 deletions v0.8.0/HarmonicOscillator/index.html

Large diffs are not rendered by default.

Binary file added v0.8.0/HydrogenAtom/2d213823.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added v0.8.0/HydrogenAtom/85707b96.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1,309 changes: 1,309 additions & 0 deletions v0.8.0/HydrogenAtom/index.html

Large diffs are not rendered by default.

Binary file added v0.8.0/InfinitePotentialWell/ceb38839.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
382 changes: 382 additions & 0 deletions v0.8.0/InfinitePotentialWell/index.html

Large diffs are not rendered by default.

127 changes: 127 additions & 0 deletions v0.8.0/InfinitePotentialWell3D/index.html

Large diffs are not rendered by default.

Binary file added v0.8.0/MorsePotential/3394274d.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added v0.8.0/MorsePotential/9460b865.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
852 changes: 852 additions & 0 deletions v0.8.0/MorsePotential/index.html

Large diffs are not rendered by default.

Binary file added v0.8.0/PoschlTeller/39103d28.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added v0.8.0/PoschlTeller/64d4c6e6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
290 changes: 290 additions & 0 deletions v0.8.0/PoschlTeller/index.html

Large diffs are not rendered by default.

Binary file added v0.8.0/RigidRotor/d8dade40.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
570 changes: 570 additions & 0 deletions v0.8.0/RigidRotor/index.html

Large diffs are not rendered by default.

1,255 changes: 1,255 additions & 0 deletions v0.8.0/SphericalOscillator/index.html

Large diffs are not rendered by default.

32 changes: 32 additions & 0 deletions v0.8.0/assets/css/catalog.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
.catalog {
display: flex;
width: 100%;
flex-wrap: wrap;
justify-content: space-between;
}
.catalog .dammy {
width: calc(100% / 2);
}
.catalog .item {
border: 1px solid #dbdbdb!important;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
padding: 10px 10px 10px 10px;
box-sizing: border-box;
}
.catalog .item {
width: calc(100% / 2);
}
.item code {
white-space: nowrap;
font-size: 0.85em; /* 0.65em; */
margin-top: 6px;
}
@media screen and (max-width: 1055px) {
.catalog .dammy,
.catalog .item {
width: calc(100% / 2);
}
}
Loading

0 comments on commit 255ea8b

Please sign in to comment.