Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/examples/benzene_vib_mode.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>QuantUI animation</title>
<style>body{margin:0;padding:16px;background:#fff;font-family:system-ui,-apple-system,'Segoe UI',sans-serif}</style>
<style>html,body{margin:0;padding:0;height:100%;overflow:hidden;background:#fff;font-family:system-ui,-apple-system,'Segoe UI',sans-serif}</style>
</head>
<body>
<div id="3dmolviewer_17872629263982992" style="position: relative; width: 640px; height: 520px;">
<div id="3dmolviewer_17872629263982992" style="position: relative; width: 100%; height: 100vh;">
<p id="3dmolwarning_17872629263982992" style="background-color:#ffcccc;color:black">3Dmol.js failed to load for some reason. Please check your browser console for error messages.<br></p>
</div>
<script>
Expand Down
4 changes: 2 additions & 2 deletions docs/examples/cisplatin_trajectory.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>Geo Opt: H6Cl2N2Pt</title>
<style>body{margin:0;padding:16px;background:#fff;font-family:system-ui,-apple-system,'Segoe UI',sans-serif}</style>
<style>html,body{margin:0;padding:8px;background:#fff;font-family:system-ui,-apple-system,'Segoe UI',sans-serif}</style>
</head>
<body>
<div style="width:460px;max-width:100%;border:1px solid #64748b;border-radius:6px;overflow:hidden"><div id="3dmolviewer_1787264724630609" style="position: relative; width: 460px; height: 340px;">
<div style="width:100%;max-width:100%;border:1px solid #64748b;border-radius:6px;overflow:hidden"><div id="3dmolviewer_1787264724630609" style="position: relative; width: 100%; height: 300px;">
<p id="3dmolwarning_1787264724630609" style="background-color:#ffcccc;color:black">3Dmol.js failed to load for some reason. Please check your browser console for error messages.<br></p>
</div>
<script>
Expand Down
Binary file modified docs/images/aspartame_orbital_diagram.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 5 additions & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@
display: flex; flex-direction: column;
}
.gallery-figure img, .gallery-figure iframe { width: 100%; display: block; background: #ffffff; border: 0; }
.gallery-figure iframe { height: 340px; }
.gallery-figure iframe { height: 400px; }
.gallery-figure figcaption { padding: 1rem 1.25rem; border-top: 1px solid #eef2f7; }
.gallery-figure figcaption strong { display: block; color: #0f172a; font-weight: 650; }
.gallery-figure figcaption span { display: block; color: #64748b; font-size: 0.9rem; margin-top: 0.25rem; }
Expand Down Expand Up @@ -356,11 +356,12 @@
<nav class="nav" role="navigation">
<div class="nav__inner">
<a class="nav__logo" href="#">QuantUI</a>
<span class="nav__badge">v0.3 &middot; MIT</span>
<a class="nav__badge" href="https://pypi.org/project/quantui/" target="_blank" rel="noopener">v0.7.0 &middot; MIT</a>
<a class="nav__link" href="#features">Features</a>
<a class="nav__link" href="#examples">Examples</a>
<a class="nav__link" href="#install">Install</a>
<a class="nav__link" href="#tutorials">Tutorials</a>
<a class="nav__link" href="https://pypi.org/project/quantui/" target="_blank" rel="noopener">PyPI</a>
<a class="btn btn--ghost" href="https://github.com/The-Schultz-Lab/QuantUI">GitHub &rarr;</a>
</div>
</nav>
Expand All @@ -372,6 +373,7 @@

<div class="hero__text">
<div class="hero__eyebrow">
<a class="pill" href="https://pypi.org/project/quantui/" target="_blank" rel="noopener">pip install quantui</a>
<span class="pill">Open-source PySCF frontend</span>
<span class="pill pill--teal">No cluster required</span>
<span class="pill pill--teal">Runs offline</span>
Expand Down Expand Up @@ -632,7 +634,7 @@ <h2 class="section__title">See it in action</h2>
<figcaption>
<span class="gallery-badge">Interactive</span>
<strong>Optimization trajectory</strong>
<span>Watch cisplatin relax step by step &mdash; drag to rotate.
<span>Cisplatin relaxing step by step &mdash; press play, drag to rotate.
<a href="examples/cisplatin_trajectory.html" target="_blank" rel="noopener">Open full &nearr;</a></span>
</figcaption>
</figure>
Expand Down