mirror of
https://github.com/QuantumPackage/qp2.git
synced 2025-04-26 02:04:45 +02:00
More beautiful
This commit is contained in:
parent
d6b025e47e
commit
b74c2dbb7e
4
404.html
4
404.html
@ -19,7 +19,7 @@
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:site_name" content="Quantum Package" />
|
||||
|
||||
<meta name="generator" content="Hugo 0.53" />
|
||||
<meta name="generator" content="Hugo 0.54.0" />
|
||||
<link rel="canonical" href="https://quantumpackage.github.io/qp2" />
|
||||
<link rel="alternate" href="https://quantumpackage.github.io/qp2/index.xml" type="application/rss+xml" title="Quantum Package">
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.7.1/katex.min.css" integrity="sha384-wITovz90syo1dJWVh32uuETPVEtGigN07tkttEqPv+uR2SE/mbQcG7ATL28aI9H0" crossorigin="anonymous">
|
||||
@ -158,7 +158,7 @@
|
||||
</p>
|
||||
|
||||
<p class="credits theme-by text-muted">
|
||||
<a href="http://gohugo.io">Hugo v0.53</a> powered • Theme by <a href="http://deanattali.com/beautiful-jekyll/">Beautiful Jekyll</a> adapted to <a href="https://github.com/halogenica/beautifulhugo">Beautiful Hugo</a>
|
||||
<a href="http://gohugo.io">Hugo v0.54.0</a> powered • Theme by <a href="http://deanattali.com/beautiful-jekyll/">Beautiful Jekyll</a> adapted to <a href="https://github.com/halogenica/beautifulhugo">Beautiful Hugo</a>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
|
@ -19,7 +19,7 @@
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:site_name" content="Quantum Package" />
|
||||
|
||||
<meta name="generator" content="Hugo 0.53" />
|
||||
<meta name="generator" content="Hugo 0.54.0" />
|
||||
<link rel="canonical" href="https://quantumpackage.github.io/categories/" />
|
||||
<link rel="alternate" href="https://quantumpackage.github.io/qp2/index.xml" type="application/rss+xml" title="Quantum Package">
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.7.1/katex.min.css" integrity="sha384-wITovz90syo1dJWVh32uuETPVEtGigN07tkttEqPv+uR2SE/mbQcG7ATL28aI9H0" crossorigin="anonymous">
|
||||
@ -187,7 +187,7 @@
|
||||
</p>
|
||||
|
||||
<p class="credits theme-by text-muted">
|
||||
<a href="http://gohugo.io">Hugo v0.53</a> powered • Theme by <a href="http://deanattali.com/beautiful-jekyll/">Beautiful Jekyll</a> adapted to <a href="https://github.com/halogenica/beautifulhugo">Beautiful Hugo</a>
|
||||
<a href="http://gohugo.io">Hugo v0.54.0</a> powered • Theme by <a href="http://deanattali.com/beautiful-jekyll/">Beautiful Jekyll</a> adapted to <a href="https://github.com/halogenica/beautifulhugo">Beautiful Hugo</a>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
|
107
index.html
107
index.html
@ -24,7 +24,7 @@ The determinant-driven framework allows the programmer to include any arbitrary
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:site_name" content="Quantum Package" />
|
||||
|
||||
<meta name="generator" content="Hugo 0.53" />
|
||||
<meta name="generator" content="Hugo 0.54.0" />
|
||||
<link rel="canonical" href="https://quantumpackage.github.io/" />
|
||||
<link rel="alternate" href="https://quantumpackage.github.io/qp2/index.xml" type="application/rss+xml" title="Quantum Package">
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.7.1/katex.min.css" integrity="sha384-wITovz90syo1dJWVh32uuETPVEtGigN07tkttEqPv+uR2SE/mbQcG7ATL28aI9H0" crossorigin="anonymous">
|
||||
@ -163,7 +163,7 @@ The determinant-driven framework allows the programmer to include any arbitrary
|
||||
<div class="row">
|
||||
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
|
||||
|
||||
<div class="well">
|
||||
<div class="well" align="justify">
|
||||
<p><em>Quantum Package</em> is an open-source programming environment for quantum
|
||||
chemistry specially designed for wave function methods. Its main goal is the
|
||||
development of determinant-driven selected configuration interaction (sCI)
|
||||
@ -192,107 +192,6 @@ Yann Garniron, Thomas Applencourt, Kevin Gasperich, Anouar Benali, Anthony Fert
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div class="posts-list">
|
||||
|
||||
|
||||
<article class="post-preview">
|
||||
<a href="https://quantumpackage.github.io/qp2/post/full-ci/">
|
||||
<h2 class="post-title">Full-CI calculation</h2>
|
||||
|
||||
</a>
|
||||
|
||||
<span class="post-meta">
|
||||
Posted on February 5, 2019
|
||||
|
||||
</span>
|
||||
|
||||
|
||||
<div class="post-entry">
|
||||
|
||||
Enter in qpsh mode for auto completion ~/your_path_to_qp/bin/qpsh Create an EZFIO DATA BASE from .xyz qp create_ezfio -b 6-31g hcn.xyz # output:: hcn.ezfio DATA BASE Run a HF calculation on the EZFIO qp run scf | tee output_file.scf.out # output:: create MO basis in the EZFIO Freeze the 1s orbitals in the EZFIO qp set_frozen_core Run the CIPSI algorithm on the EZFIO qp run fci | tee output_file.
|
||||
<a href="https://quantumpackage.github.io/qp2/post/full-ci/" class="post-read-more">[Read More]</a>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</article>
|
||||
|
||||
<article class="post-preview">
|
||||
<a href="https://quantumpackage.github.io/qp2/post/hartree-fock/">
|
||||
<h2 class="post-title">Hartree-Fock calculation</h2>
|
||||
|
||||
</a>
|
||||
|
||||
<span class="post-meta">
|
||||
Posted on February 4, 2019
|
||||
|
||||
</span>
|
||||
|
||||
|
||||
<div class="post-entry">
|
||||
|
||||
<hr />
|
||||
|
||||
|
||||
<div style="position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;">
|
||||
<iframe src="//www.youtube.com/embed/KIl_xq-NRLo" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;" allowfullscreen title="YouTube Video"></iframe>
|
||||
</div>
|
||||
|
||||
|
||||
<ol>
|
||||
<li>Enter in qpsh mode for auto completion</li>
|
||||
</ol>
|
||||
|
||||
<pre><code class="language-bash">~/your_path_to_qp/bin/qpsh
|
||||
</code></pre>
|
||||
|
||||
<ol>
|
||||
<li>Create an EZFIO DATA BASE from .xyz</li>
|
||||
</ol>
|
||||
|
||||
<pre><code class="language-bash">qp create_ezfio -b 6-31g hcn.xyz
|
||||
</code></pre>
|
||||
|
||||
<ol>
|
||||
<li>Run a HF calculation on the EZFIO and put the output in a file</li>
|
||||
</ol>
|
||||
|
||||
<pre><code class="language-bash">qp run scf | tee hcn.ezfio.scf.out
|
||||
</code></pre>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</article>
|
||||
|
||||
<article class="post-preview">
|
||||
<a href="https://quantumpackage.github.io/qp2/post/installation/">
|
||||
<h2 class="post-title">Installation</h2>
|
||||
|
||||
</a>
|
||||
|
||||
<span class="post-meta">
|
||||
Posted on February 3, 2019
|
||||
|
||||
</span>
|
||||
|
||||
|
||||
<div class="post-entry">
|
||||
|
||||
Download the source files git clone https://github.com/QuantumPackage/qp2.git Install the dependencies ./configure # tells you what to install. See in INSTALL.rst USE AT YOUR OWN RISK, NO SUPPORT WILL BE PROVIDED ./configure --install something The following libraries are needed for the ocaml package
|
||||
zlib1g-dev libncurses5-dev pkg-config libgmp3-dev m4 Once the smiling cow appears, load the environment variables
|
||||
<a href="https://quantumpackage.github.io/qp2/post/installation/" class="post-read-more">[Read More]</a>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</article>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -349,7 +248,7 @@ Yann Garniron, Thomas Applencourt, Kevin Gasperich, Anouar Benali, Anthony Fert
|
||||
</p>
|
||||
|
||||
<p class="credits theme-by text-muted">
|
||||
<a href="http://gohugo.io">Hugo v0.53</a> powered • Theme by <a href="http://deanattali.com/beautiful-jekyll/">Beautiful Jekyll</a> adapted to <a href="https://github.com/halogenica/beautifulhugo">Beautiful Hugo</a>
|
||||
<a href="http://gohugo.io">Hugo v0.54.0</a> powered • Theme by <a href="http://deanattali.com/beautiful-jekyll/">Beautiful Jekyll</a> adapted to <a href="https://github.com/halogenica/beautifulhugo">Beautiful Hugo</a>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
|
@ -19,7 +19,7 @@
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:site_name" content="Quantum Package" />
|
||||
|
||||
<meta name="generator" content="Hugo 0.53" />
|
||||
<meta name="generator" content="Hugo 0.54.0" />
|
||||
<link rel="canonical" href="https://quantumpackage.github.io/page/" />
|
||||
<link rel="alternate" href="https://quantumpackage.github.io/qp2/index.xml" type="application/rss+xml" title="Quantum Package">
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.7.1/katex.min.css" integrity="sha384-wITovz90syo1dJWVh32uuETPVEtGigN07tkttEqPv+uR2SE/mbQcG7ATL28aI9H0" crossorigin="anonymous">
|
||||
@ -229,7 +229,7 @@ First create a file named be.
|
||||
</p>
|
||||
|
||||
<p class="credits theme-by text-muted">
|
||||
<a href="http://gohugo.io">Hugo v0.53</a> powered • Theme by <a href="http://deanattali.com/beautiful-jekyll/">Beautiful Jekyll</a> adapted to <a href="https://github.com/halogenica/beautifulhugo">Beautiful Hugo</a>
|
||||
<a href="http://gohugo.io">Hugo v0.54.0</a> powered • Theme by <a href="http://deanattali.com/beautiful-jekyll/">Beautiful Jekyll</a> adapted to <a href="https://github.com/halogenica/beautifulhugo">Beautiful Hugo</a>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
|
@ -31,7 +31,7 @@ export EDITOR=vim You may need to tell your web …">
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:site_name" content="Quantum Package" />
|
||||
|
||||
<meta name="generator" content="Hugo 0.53" />
|
||||
<meta name="generator" content="Hugo 0.54.0" />
|
||||
<link rel="canonical" href="https://quantumpackage.github.io/page/try/" />
|
||||
<link rel="alternate" href="https://quantumpackage.github.io/qp2/index.xml" type="application/rss+xml" title="Quantum Package">
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.7.1/katex.min.css" integrity="sha384-wITovz90syo1dJWVh32uuETPVEtGigN07tkttEqPv+uR2SE/mbQcG7ATL28aI9H0" crossorigin="anonymous">
|
||||
@ -185,18 +185,6 @@ get the Full-CI energy of the HCN molecule.</p>
|
||||
<p>That’s it!</p>
|
||||
|
||||
</article>
|
||||
|
||||
<ul class="pager blog-pager">
|
||||
|
||||
<li class="previous">
|
||||
<a href="https://quantumpackage.github.io/qp2/page/tutorials/" data-toggle="tooltip" data-placement="top" title="Video Tutorials">← Previous Post</a>
|
||||
</li>
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -253,7 +241,7 @@ get the Full-CI energy of the HCN molecule.</p>
|
||||
</p>
|
||||
|
||||
<p class="credits theme-by text-muted">
|
||||
<a href="http://gohugo.io">Hugo v0.53</a> powered • Theme by <a href="http://deanattali.com/beautiful-jekyll/">Beautiful Jekyll</a> adapted to <a href="https://github.com/halogenica/beautifulhugo">Beautiful Hugo</a>
|
||||
<a href="http://gohugo.io">Hugo v0.54.0</a> powered • Theme by <a href="http://deanattali.com/beautiful-jekyll/">Beautiful Jekyll</a> adapted to <a href="https://github.com/halogenica/beautifulhugo">Beautiful Hugo</a>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
|
@ -22,7 +22,7 @@
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:site_name" content="Quantum Package" />
|
||||
|
||||
<meta name="generator" content="Hugo 0.53" />
|
||||
<meta name="generator" content="Hugo 0.54.0" />
|
||||
<link rel="canonical" href="https://quantumpackage.github.io/page/tutorials/" />
|
||||
<link rel="alternate" href="https://quantumpackage.github.io/qp2/index.xml" type="application/rss+xml" title="Quantum Package">
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.7.1/katex.min.css" integrity="sha384-wITovz90syo1dJWVh32uuETPVEtGigN07tkttEqPv+uR2SE/mbQcG7ATL28aI9H0" crossorigin="anonymous">
|
||||
@ -142,18 +142,6 @@
|
||||
</ul>
|
||||
|
||||
</article>
|
||||
|
||||
<ul class="pager blog-pager">
|
||||
|
||||
|
||||
<li class="next">
|
||||
<a href="https://quantumpackage.github.io/qp2/page/try/" data-toggle="tooltip" data-placement="top" title="QP terminal">Next Post →</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -210,7 +198,7 @@
|
||||
</p>
|
||||
|
||||
<p class="credits theme-by text-muted">
|
||||
<a href="http://gohugo.io">Hugo v0.53</a> powered • Theme by <a href="http://deanattali.com/beautiful-jekyll/">Beautiful Jekyll</a> adapted to <a href="https://github.com/halogenica/beautifulhugo">Beautiful Hugo</a>
|
||||
<a href="http://gohugo.io">Hugo v0.54.0</a> powered • Theme by <a href="http://deanattali.com/beautiful-jekyll/">Beautiful Jekyll</a> adapted to <a href="https://github.com/halogenica/beautifulhugo">Beautiful Hugo</a>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
|
@ -22,7 +22,7 @@
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:site_name" content="Quantum Package" />
|
||||
|
||||
<meta name="generator" content="Hugo 0.53" />
|
||||
<meta name="generator" content="Hugo 0.54.0" />
|
||||
<link rel="canonical" href="https://quantumpackage.github.io/post/full-ci/" />
|
||||
<link rel="alternate" href="https://quantumpackage.github.io/qp2/index.xml" type="application/rss+xml" title="Quantum Package">
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.7.1/katex.min.css" integrity="sha384-wITovz90syo1dJWVh32uuETPVEtGigN07tkttEqPv+uR2SE/mbQcG7ATL28aI9H0" crossorigin="anonymous">
|
||||
@ -194,18 +194,6 @@
|
||||
</code></pre>
|
||||
|
||||
</article>
|
||||
|
||||
<ul class="pager blog-pager">
|
||||
|
||||
<li class="previous">
|
||||
<a href="https://quantumpackage.github.io/qp2/post/hartree-fock/" data-toggle="tooltip" data-placement="top" title="Hartree-Fock calculation">← Previous Post</a>
|
||||
</li>
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -262,7 +250,7 @@
|
||||
</p>
|
||||
|
||||
<p class="credits theme-by text-muted">
|
||||
<a href="http://gohugo.io">Hugo v0.53</a> powered • Theme by <a href="http://deanattali.com/beautiful-jekyll/">Beautiful Jekyll</a> adapted to <a href="https://github.com/halogenica/beautifulhugo">Beautiful Hugo</a>
|
||||
<a href="http://gohugo.io">Hugo v0.54.0</a> powered • Theme by <a href="http://deanattali.com/beautiful-jekyll/">Beautiful Jekyll</a> adapted to <a href="https://github.com/halogenica/beautifulhugo">Beautiful Hugo</a>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
|
@ -22,7 +22,7 @@
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:site_name" content="Quantum Package" />
|
||||
|
||||
<meta name="generator" content="Hugo 0.53" />
|
||||
<meta name="generator" content="Hugo 0.54.0" />
|
||||
<link rel="canonical" href="https://quantumpackage.github.io/post/hartree-fock/" />
|
||||
<link rel="alternate" href="https://quantumpackage.github.io/qp2/index.xml" type="application/rss+xml" title="Quantum Package">
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.7.1/katex.min.css" integrity="sha384-wITovz90syo1dJWVh32uuETPVEtGigN07tkttEqPv+uR2SE/mbQcG7ATL28aI9H0" crossorigin="anonymous">
|
||||
@ -170,22 +170,6 @@
|
||||
</code></pre>
|
||||
|
||||
</article>
|
||||
|
||||
<ul class="pager blog-pager">
|
||||
|
||||
<li class="previous">
|
||||
<a href="https://quantumpackage.github.io/qp2/post/installation/" data-toggle="tooltip" data-placement="top" title="Installation">← Previous Post</a>
|
||||
</li>
|
||||
|
||||
|
||||
<li class="next">
|
||||
<a href="https://quantumpackage.github.io/qp2/post/full-ci/" data-toggle="tooltip" data-placement="top" title="Full-CI calculation">Next Post →</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -242,7 +226,7 @@
|
||||
</p>
|
||||
|
||||
<p class="credits theme-by text-muted">
|
||||
<a href="http://gohugo.io">Hugo v0.53</a> powered • Theme by <a href="http://deanattali.com/beautiful-jekyll/">Beautiful Jekyll</a> adapted to <a href="https://github.com/halogenica/beautifulhugo">Beautiful Hugo</a>
|
||||
<a href="http://gohugo.io">Hugo v0.54.0</a> powered • Theme by <a href="http://deanattali.com/beautiful-jekyll/">Beautiful Jekyll</a> adapted to <a href="https://github.com/halogenica/beautifulhugo">Beautiful Hugo</a>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
|
@ -19,7 +19,7 @@
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:site_name" content="Quantum Package" />
|
||||
|
||||
<meta name="generator" content="Hugo 0.53" />
|
||||
<meta name="generator" content="Hugo 0.54.0" />
|
||||
<link rel="canonical" href="https://quantumpackage.github.io/post/" />
|
||||
<link rel="alternate" href="https://quantumpackage.github.io/qp2/index.xml" type="application/rss+xml" title="Quantum Package">
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.7.1/katex.min.css" integrity="sha384-wITovz90syo1dJWVh32uuETPVEtGigN07tkttEqPv+uR2SE/mbQcG7ATL28aI9H0" crossorigin="anonymous">
|
||||
@ -268,7 +268,7 @@
|
||||
</p>
|
||||
|
||||
<p class="credits theme-by text-muted">
|
||||
<a href="http://gohugo.io">Hugo v0.53</a> powered • Theme by <a href="http://deanattali.com/beautiful-jekyll/">Beautiful Jekyll</a> adapted to <a href="https://github.com/halogenica/beautifulhugo">Beautiful Hugo</a>
|
||||
<a href="http://gohugo.io">Hugo v0.54.0</a> powered • Theme by <a href="http://deanattali.com/beautiful-jekyll/">Beautiful Jekyll</a> adapted to <a href="https://github.com/halogenica/beautifulhugo">Beautiful Hugo</a>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
|
@ -24,7 +24,7 @@
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:site_name" content="Quantum Package" />
|
||||
|
||||
<meta name="generator" content="Hugo 0.53" />
|
||||
<meta name="generator" content="Hugo 0.54.0" />
|
||||
<link rel="canonical" href="https://quantumpackage.github.io/post/installation/" />
|
||||
<link rel="alternate" href="https://quantumpackage.github.io/qp2/index.xml" type="application/rss+xml" title="Quantum Package">
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.7.1/katex.min.css" integrity="sha384-wITovz90syo1dJWVh32uuETPVEtGigN07tkttEqPv+uR2SE/mbQcG7ATL28aI9H0" crossorigin="anonymous">
|
||||
@ -203,18 +203,6 @@
|
||||
</code></pre>
|
||||
|
||||
</article>
|
||||
|
||||
<ul class="pager blog-pager">
|
||||
|
||||
|
||||
<li class="next">
|
||||
<a href="https://quantumpackage.github.io/qp2/post/hartree-fock/" data-toggle="tooltip" data-placement="top" title="Hartree-Fock calculation">Next Post →</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -271,7 +259,7 @@
|
||||
</p>
|
||||
|
||||
<p class="credits theme-by text-muted">
|
||||
<a href="http://gohugo.io">Hugo v0.53</a> powered • Theme by <a href="http://deanattali.com/beautiful-jekyll/">Beautiful Jekyll</a> adapted to <a href="https://github.com/halogenica/beautifulhugo">Beautiful Hugo</a>
|
||||
<a href="http://gohugo.io">Hugo v0.54.0</a> powered • Theme by <a href="http://deanattali.com/beautiful-jekyll/">Beautiful Jekyll</a> adapted to <a href="https://github.com/halogenica/beautifulhugo">Beautiful Hugo</a>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
|
14
src/layouts/index.html
Normal file
14
src/layouts/index.html
Normal file
@ -0,0 +1,14 @@
|
||||
{{ define "main" }}
|
||||
<div role="main" class="container">
|
||||
<div class="row">
|
||||
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
|
||||
{{ with .Content }}
|
||||
<div class="well" align="justify">
|
||||
{{.}}
|
||||
</div>
|
||||
{{ end }}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{{ end }}
|
||||
|
@ -19,7 +19,7 @@
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:site_name" content="Quantum Package" />
|
||||
|
||||
<meta name="generator" content="Hugo 0.53" />
|
||||
<meta name="generator" content="Hugo 0.54.0" />
|
||||
<link rel="canonical" href="https://quantumpackage.github.io/tags/" />
|
||||
<link rel="alternate" href="https://quantumpackage.github.io/qp2/index.xml" type="application/rss+xml" title="Quantum Package">
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.7.1/katex.min.css" integrity="sha384-wITovz90syo1dJWVh32uuETPVEtGigN07tkttEqPv+uR2SE/mbQcG7ATL28aI9H0" crossorigin="anonymous">
|
||||
@ -187,7 +187,7 @@
|
||||
</p>
|
||||
|
||||
<p class="credits theme-by text-muted">
|
||||
<a href="http://gohugo.io">Hugo v0.53</a> powered • Theme by <a href="http://deanattali.com/beautiful-jekyll/">Beautiful Jekyll</a> adapted to <a href="https://github.com/halogenica/beautifulhugo">Beautiful Hugo</a>
|
||||
<a href="http://gohugo.io">Hugo v0.54.0</a> powered • Theme by <a href="http://deanattali.com/beautiful-jekyll/">Beautiful Jekyll</a> adapted to <a href="https://github.com/halogenica/beautifulhugo">Beautiful Hugo</a>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user