Skip to content

Commit

Permalink
build based on edb589d
Browse files Browse the repository at this point in the history
  • Loading branch information
Documenter.jl committed Jul 2, 2024
1 parent f63959a commit f6f050a
Show file tree
Hide file tree
Showing 49 changed files with 9,403 additions and 3 deletions.
2 changes: 1 addition & 1 deletion stable
2 changes: 1 addition & 1 deletion v0.9
1 change: 1 addition & 0 deletions v0.9.7/.documenter-siteinfo.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"documenter":{"julia_version":"1.10.4","generation_timestamp":"2024-07-02T14:04:20","documenter_version":"1.5.0"}}
247 changes: 247 additions & 0 deletions v0.9.7/API/index.html

Large diffs are not rendered by default.

1,968 changes: 1,968 additions & 0 deletions v0.9.7/CoulombTwoBody/index.html

Large diffs are not rendered by default.

Binary file added v0.9.7/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.
91 changes: 91 additions & 0 deletions v0.9.7/DeltaPotential/index.html

Large diffs are not rendered by default.

Binary file added v0.9.7/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.9.7/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.9.7/HarmonicOscillator/index.html

Large diffs are not rendered by default.

Binary file added v0.9.7/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.9.7/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,347 changes: 1,347 additions & 0 deletions v0.9.7/HydrogenAtom/index.html

Large diffs are not rendered by default.

Binary file added v0.9.7/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.9.7/InfinitePotentialWell/index.html

Large diffs are not rendered by default.

55 changes: 55 additions & 0 deletions v0.9.7/InfinitePotentialWell3D/index.html

Large diffs are not rendered by default.

Binary file added v0.9.7/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.9.7/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.
884 changes: 884 additions & 0 deletions v0.9.7/MorsePotential/index.html

Large diffs are not rendered by default.

Binary file added v0.9.7/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.9.7/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.
782 changes: 782 additions & 0 deletions v0.9.7/PoschlTeller/index.html

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

32 changes: 32 additions & 0 deletions v0.9.7/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 f6f050a

Please sign in to comment.