Skip to content

Commit

Permalink
deploy: 28a97bd
Browse files Browse the repository at this point in the history
  • Loading branch information
RichRick1 committed May 16, 2024
1 parent 51ecef0 commit 8af6ac9
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 35 deletions.
Binary file added _images/gui_1.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 _images/gui_2.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 _images/gui_3.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 _images/gui_4.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 _images/gui_5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
35 changes: 5 additions & 30 deletions _sources/examples/gui.ipynb

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions examples/gui.html
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ <h1>Tutorial: Graphical User Interface (GUI) with ModelHamiltonian<a class="head
</pre></div>
</div>
<p>The window shown below will appear:
<img alt="image.png" src="examples/attachment:image.png" /></p>
<img alt="img1" src="../_images/gui_1.png" /></p>
<p>This window has three main sections: the input section, the output section, and the control section. The input section is where you can input the parameters of the calculation. The output section is where the results of the calculation will be displayed. The control section is where you can start the calculation and save the results.</p>
<p>In the input section <code class="docutils literal notranslate"><span class="pre">Molecule</span></code>, you can define the system with:</p>
<ul class="simple">
Expand Down Expand Up @@ -503,7 +503,7 @@ <h2>Example: Hubbard model from a SMILES string<a class="headerlink" href="#exam
<li><p>Click the <code class="docutils literal notranslate"><span class="pre">Build</span> <span class="pre">Molecule</span></code> button to build the molecule.</p></li>
</ol>
<p>After following these steps, the output section will display the built system. You should see the following output:
<img alt="image.png" src="examples/attachment:image.png" /></p>
<img alt="img2" src="../_images/gui_2.png" /></p>
<p>Now, let’s save ouput in the <code class="docutils literal notranslate"><span class="pre">FCIDUMP</span></code> format under a file name <code class="docutils literal notranslate"><span class="pre">hubbard_1.fcidump</span></code>. We can choose the output directory to be <code class="docutils literal notranslate"><span class="pre">results</span></code>.
To do this, we will follow these steps:</p>
<ol class="arabic simple">
Expand All @@ -512,7 +512,7 @@ <h2>Example: Hubbard model from a SMILES string<a class="headerlink" href="#exam
<li><p>In the outdir field, set the outdir to <code class="docutils literal notranslate"><span class="pre">results</span></code>.</p></li>
</ol>
<p>After following these steps, the output section will display the build system. You should see the following output:
<img alt="image.png" src="examples/attachment:image.png" /></p>
<img alt="img3" src="../_images/gui_3.png" /></p>
<p>To save the results, click the <code class="docutils literal notranslate"><span class="pre">Save</span> <span class="pre">integrals</span></code> button. The results will be saved in the <code class="docutils literal notranslate"><span class="pre">results</span></code> directory under the name <code class="docutils literal notranslate"><span class="pre">hubbard_1.fcidump</span></code>.
In order to quit the GUI, click the <code class="docutils literal notranslate"><span class="pre">Quit</span></code> button.</p>
</section>
Expand All @@ -532,7 +532,7 @@ <h2>Example: Ising model from a MOLFILE<a class="headerlink" href="#example-isin
<li><p>Click the <code class="docutils literal notranslate"><span class="pre">Build</span> <span class="pre">Molecule</span></code> button to build the molecule.</p></li>
</ol>
<p>After following these steps, the output section will display the built system. You should see the following output:
<img alt="image.png" src="examples/attachment:image.png" /></p>
<img alt="img4" src="../_images/gui_4.png" /></p>
<p>Now, let’s save ouput in the <code class="docutils literal notranslate"><span class="pre">npz</span></code> format under a file name <code class="docutils literal notranslate"><span class="pre">ising_1.npz</span></code>. We can choose the output directory to be <code class="docutils literal notranslate"><span class="pre">results</span></code>.
To do this, we will follow these steps:</p>
<ol class="arabic simple">
Expand All @@ -541,7 +541,7 @@ <h2>Example: Ising model from a MOLFILE<a class="headerlink" href="#example-isin
<li><p>In the outdir field, set the outdir to <code class="docutils literal notranslate"><span class="pre">results</span></code>.</p></li>
</ol>
<p>After following these steps, the output section will display the build system. You should see the following output:
<img alt="image.png" src="examples/attachment:image.png" /></p>
<img alt="img5" src="../_images/gui_5.png" /></p>
<p>To save the results, click the <code class="docutils literal notranslate"><span class="pre">Save</span> <span class="pre">integrals</span></code> button. The results will be saved in the <code class="docutils literal notranslate"><span class="pre">results</span></code> directory under the name <code class="docutils literal notranslate"><span class="pre">ising_1.npz</span></code>.
In order to quit the GUI, click the <code class="docutils literal notranslate"><span class="pre">Quit</span></code> button.</p>
</section>
Expand Down

0 comments on commit 8af6ac9

Please sign in to comment.