mirror of
https://github.com/QuantumPackage/qp2.git
synced 2024-11-07 14:03:37 +01:00
Tutorials
This commit is contained in:
parent
0a71ad75e7
commit
7ea7b9e5d2
16
index.html
16
index.html
@ -189,7 +189,7 @@ systems.</p>
|
||||
|
||||
<article class="post-preview">
|
||||
<a href="https://quantumpackage.github.io/qp2/post/full-ci/">
|
||||
<h2 class="post-title">Full-CI</h2>
|
||||
<h2 class="post-title">Full-CI calculation</h2>
|
||||
|
||||
</a>
|
||||
|
||||
@ -201,7 +201,7 @@ systems.</p>
|
||||
|
||||
<div class="post-entry">
|
||||
|
||||
Full-CI calculation 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.
|
||||
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>
|
||||
@ -211,7 +211,7 @@ systems.</p>
|
||||
|
||||
<article class="post-preview">
|
||||
<a href="https://quantumpackage.github.io/qp2/post/hartree-fock/">
|
||||
<h2 class="post-title">Video Tutorials</h2>
|
||||
<h2 class="post-title">Hartree-Fock calculation</h2>
|
||||
|
||||
</a>
|
||||
|
||||
@ -223,11 +223,7 @@ systems.</p>
|
||||
|
||||
<div class="post-entry">
|
||||
|
||||
|
||||
|
||||
<hr />
|
||||
|
||||
<h1 id="hartree-fock-calculation">Hartree-Fock calculation</h1>
|
||||
<hr />
|
||||
|
||||
|
||||
<div style="position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;">
|
||||
@ -264,7 +260,7 @@ systems.</p>
|
||||
|
||||
<article class="post-preview">
|
||||
<a href="https://quantumpackage.github.io/qp2/post/installation/">
|
||||
<h2 class="post-title">Video Tutorials</h2>
|
||||
<h2 class="post-title">Installation</h2>
|
||||
|
||||
</a>
|
||||
|
||||
@ -276,7 +272,7 @@ systems.</p>
|
||||
|
||||
<div class="post-entry">
|
||||
|
||||
Installation 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
|
||||
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>
|
||||
|
||||
|
12
index.xml
12
index.xml
@ -13,30 +13,30 @@
|
||||
|
||||
|
||||
<item>
|
||||
<title>Full-CI</title>
|
||||
<title>Full-CI calculation</title>
|
||||
<link>https://quantumpackage.github.io/qp2/post/full-ci/</link>
|
||||
<pubDate>Tue, 05 Feb 2019 16:39:50 +0100</pubDate>
|
||||
<author>quantum.package@gmail.com</author>
|
||||
<guid>https://quantumpackage.github.io/qp2/post/full-ci/</guid>
|
||||
<description>Full-CI calculation 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.</description>
|
||||
<description>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.</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>Video Tutorials</title>
|
||||
<title>Hartree-Fock calculation</title>
|
||||
<link>https://quantumpackage.github.io/qp2/post/hartree-fock/</link>
|
||||
<pubDate>Mon, 04 Feb 2019 16:39:50 +0100</pubDate>
|
||||
<author>quantum.package@gmail.com</author>
|
||||
<guid>https://quantumpackage.github.io/qp2/post/hartree-fock/</guid>
|
||||
<description> Hartree-Fock calculation 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 Run a HF calculation on the EZFIO and put the output in a file qp run scf | tee hcn.ezfio.scf.out </description>
|
||||
<description> 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 Run a HF calculation on the EZFIO and put the output in a file qp run scf | tee hcn.ezfio.scf.out </description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>Video Tutorials</title>
|
||||
<title>Installation</title>
|
||||
<link>https://quantumpackage.github.io/qp2/post/installation/</link>
|
||||
<pubDate>Sun, 03 Feb 2019 16:39:50 +0100</pubDate>
|
||||
<author>quantum.package@gmail.com</author>
|
||||
<guid>https://quantumpackage.github.io/qp2/post/installation/</guid>
|
||||
<description>Installation 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
|
||||
<description>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</description>
|
||||
</item>
|
||||
|
||||
|
@ -5,12 +5,12 @@
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
|
||||
|
||||
<title>Full-CI</title>
|
||||
<meta property="og:title" content="Full-CI" />
|
||||
<meta name="twitter:title" content="Full-CI" />
|
||||
<meta name="description" content="Full-CI calculation 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.">
|
||||
<meta property="og:description" content="Full-CI calculation 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.">
|
||||
<meta name="twitter:description" content="Full-CI calculation 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 …">
|
||||
<title>Full-CI calculation</title>
|
||||
<meta property="og:title" content="Full-CI calculation" />
|
||||
<meta name="twitter:title" content="Full-CI calculation" />
|
||||
<meta name="description" content="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.">
|
||||
<meta property="og:description" content="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.">
|
||||
<meta name="twitter:description" content="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 …">
|
||||
<meta name="author" content=""/>
|
||||
<link href='https://quantumpackage.github.io/qp2/favicon' rel='icon' type='image/x-icon'/>
|
||||
<meta property="og:image" content="https://quantumpackage.github.io/qp2/img/QP2_circle.png" />
|
||||
@ -117,7 +117,7 @@
|
||||
<div class="row">
|
||||
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
|
||||
<div class="post-heading">
|
||||
<h1>Full-CI</h1>
|
||||
<h1>Full-CI calculation</h1>
|
||||
|
||||
|
||||
<span class="post-meta">
|
||||
@ -140,11 +140,7 @@
|
||||
<div class="row">
|
||||
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
|
||||
<article role="main" class="blog-post">
|
||||
|
||||
|
||||
<hr />
|
||||
|
||||
<h1 id="full-ci-calculation">Full-CI calculation</h1>
|
||||
<hr />
|
||||
|
||||
|
||||
<div style="position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;">
|
||||
@ -202,7 +198,7 @@
|
||||
<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="Video Tutorials">← Previous Post</a>
|
||||
<a href="https://quantumpackage.github.io/qp2/post/hartree-fock/" data-toggle="tooltip" data-placement="top" title="Hartree-Fock calculation">← Previous Post</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
@ -5,12 +5,12 @@
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
|
||||
|
||||
<title>Video Tutorials</title>
|
||||
<meta property="og:title" content="Video Tutorials" />
|
||||
<meta name="twitter:title" content="Video Tutorials" />
|
||||
<meta name="description" content=" Hartree-Fock calculation 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 Run a HF calculation on the EZFIO and put the output in a file qp run scf | tee hcn.ezfio.scf.out ">
|
||||
<meta property="og:description" content=" Hartree-Fock calculation 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 Run a HF calculation on the EZFIO and put the output in a file qp run scf | tee hcn.ezfio.scf.out ">
|
||||
<meta name="twitter:description" content=" Hartree-Fock calculation 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 Run a HF calculation on the …">
|
||||
<title>Hartree-Fock calculation</title>
|
||||
<meta property="og:title" content="Hartree-Fock calculation" />
|
||||
<meta name="twitter:title" content="Hartree-Fock calculation" />
|
||||
<meta name="description" content=" 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 Run a HF calculation on the EZFIO and put the output in a file qp run scf | tee hcn.ezfio.scf.out ">
|
||||
<meta property="og:description" content=" 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 Run a HF calculation on the EZFIO and put the output in a file qp run scf | tee hcn.ezfio.scf.out ">
|
||||
<meta name="twitter:description" content=" 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 Run a HF calculation on the EZFIO and put the output in …">
|
||||
<meta name="author" content=""/>
|
||||
<link href='https://quantumpackage.github.io/qp2/favicon' rel='icon' type='image/x-icon'/>
|
||||
<meta property="og:image" content="https://quantumpackage.github.io/qp2/img/QP2_circle.png" />
|
||||
@ -117,7 +117,7 @@
|
||||
<div class="row">
|
||||
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
|
||||
<div class="post-heading">
|
||||
<h1>Video Tutorials</h1>
|
||||
<h1>Hartree-Fock calculation</h1>
|
||||
|
||||
|
||||
<span class="post-meta">
|
||||
@ -140,11 +140,7 @@
|
||||
<div class="row">
|
||||
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
|
||||
<article role="main" class="blog-post">
|
||||
|
||||
|
||||
<hr />
|
||||
|
||||
<h1 id="hartree-fock-calculation">Hartree-Fock calculation</h1>
|
||||
<hr />
|
||||
|
||||
|
||||
<div style="position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;">
|
||||
@ -178,12 +174,12 @@
|
||||
<ul class="pager blog-pager">
|
||||
|
||||
<li class="previous">
|
||||
<a href="https://quantumpackage.github.io/qp2/post/installation/" data-toggle="tooltip" data-placement="top" title="Video Tutorials">← Previous Post</a>
|
||||
<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">Next Post →</a>
|
||||
<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>
|
||||
|
@ -121,7 +121,7 @@
|
||||
|
||||
<article class="post-preview">
|
||||
<a href="https://quantumpackage.github.io/qp2/post/full-ci/">
|
||||
<h2 class="post-title">Full-CI</h2>
|
||||
<h2 class="post-title">Full-CI calculation</h2>
|
||||
|
||||
|
||||
</a>
|
||||
@ -131,7 +131,7 @@
|
||||
</p>
|
||||
<div class="post-entry">
|
||||
|
||||
Full-CI calculation 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.
|
||||
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>
|
||||
@ -142,7 +142,7 @@
|
||||
|
||||
<article class="post-preview">
|
||||
<a href="https://quantumpackage.github.io/qp2/post/hartree-fock/">
|
||||
<h2 class="post-title">Video Tutorials</h2>
|
||||
<h2 class="post-title">Hartree-Fock calculation</h2>
|
||||
|
||||
|
||||
</a>
|
||||
@ -152,11 +152,7 @@
|
||||
</p>
|
||||
<div class="post-entry">
|
||||
|
||||
|
||||
|
||||
<hr />
|
||||
|
||||
<h1 id="hartree-fock-calculation">Hartree-Fock calculation</h1>
|
||||
<hr />
|
||||
|
||||
|
||||
<div style="position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;">
|
||||
@ -194,7 +190,7 @@
|
||||
|
||||
<article class="post-preview">
|
||||
<a href="https://quantumpackage.github.io/qp2/post/installation/">
|
||||
<h2 class="post-title">Video Tutorials</h2>
|
||||
<h2 class="post-title">Installation</h2>
|
||||
|
||||
|
||||
</a>
|
||||
@ -204,7 +200,7 @@
|
||||
</p>
|
||||
<div class="post-entry">
|
||||
|
||||
Installation 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
|
||||
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>
|
||||
|
||||
|
@ -13,30 +13,30 @@
|
||||
|
||||
|
||||
<item>
|
||||
<title>Full-CI</title>
|
||||
<title>Full-CI calculation</title>
|
||||
<link>https://quantumpackage.github.io/qp2/post/full-ci/</link>
|
||||
<pubDate>Tue, 05 Feb 2019 16:39:50 +0100</pubDate>
|
||||
<author>quantum.package@gmail.com</author>
|
||||
<guid>https://quantumpackage.github.io/qp2/post/full-ci/</guid>
|
||||
<description>Full-CI calculation 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.</description>
|
||||
<description>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.</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>Video Tutorials</title>
|
||||
<title>Hartree-Fock calculation</title>
|
||||
<link>https://quantumpackage.github.io/qp2/post/hartree-fock/</link>
|
||||
<pubDate>Mon, 04 Feb 2019 16:39:50 +0100</pubDate>
|
||||
<author>quantum.package@gmail.com</author>
|
||||
<guid>https://quantumpackage.github.io/qp2/post/hartree-fock/</guid>
|
||||
<description> Hartree-Fock calculation 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 Run a HF calculation on the EZFIO and put the output in a file qp run scf | tee hcn.ezfio.scf.out </description>
|
||||
<description> 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 Run a HF calculation on the EZFIO and put the output in a file qp run scf | tee hcn.ezfio.scf.out </description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>Video Tutorials</title>
|
||||
<title>Installation</title>
|
||||
<link>https://quantumpackage.github.io/qp2/post/installation/</link>
|
||||
<pubDate>Sun, 03 Feb 2019 16:39:50 +0100</pubDate>
|
||||
<author>quantum.package@gmail.com</author>
|
||||
<guid>https://quantumpackage.github.io/qp2/post/installation/</guid>
|
||||
<description>Installation 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
|
||||
<description>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</description>
|
||||
</item>
|
||||
|
||||
|
@ -5,14 +5,14 @@
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
|
||||
|
||||
<title>Video Tutorials</title>
|
||||
<meta property="og:title" content="Video Tutorials" />
|
||||
<meta name="twitter:title" content="Video Tutorials" />
|
||||
<meta name="description" content="Installation 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
|
||||
<title>Installation</title>
|
||||
<meta property="og:title" content="Installation" />
|
||||
<meta name="twitter:title" content="Installation" />
|
||||
<meta name="description" content="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">
|
||||
<meta property="og:description" content="Installation 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
|
||||
<meta property="og:description" content="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">
|
||||
<meta name="twitter:description" content="Installation 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 …">
|
||||
<meta name="twitter:description" content="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 …">
|
||||
<meta name="author" content=""/>
|
||||
<link href='https://quantumpackage.github.io/qp2/favicon' rel='icon' type='image/x-icon'/>
|
||||
<meta property="og:image" content="https://quantumpackage.github.io/qp2/img/QP2_circle.png" />
|
||||
@ -119,7 +119,7 @@
|
||||
<div class="row">
|
||||
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
|
||||
<div class="post-heading">
|
||||
<h1>Video Tutorials</h1>
|
||||
<h1>Installation</h1>
|
||||
|
||||
|
||||
<span class="post-meta">
|
||||
@ -142,11 +142,7 @@
|
||||
<div class="row">
|
||||
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
|
||||
<article role="main" class="blog-post">
|
||||
|
||||
|
||||
<hr />
|
||||
|
||||
<h1 id="installation">Installation</h1>
|
||||
<hr />
|
||||
|
||||
|
||||
<div style="position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;">
|
||||
@ -212,7 +208,7 @@
|
||||
|
||||
|
||||
<li class="next">
|
||||
<a href="https://quantumpackage.github.io/qp2/post/hartree-fock/" data-toggle="tooltip" data-placement="top" title="Video Tutorials">Next Post →</a>
|
||||
<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>
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
title: "Full-CI"
|
||||
title: "Full-CI calculation"
|
||||
date: Tue Feb 5 16:39:50 CET 2019
|
||||
draft: false
|
||||
---
|
||||
@ -8,7 +8,6 @@ draft: false
|
||||
---------------------
|
||||
|
||||
|
||||
# Full-CI calculation
|
||||
|
||||
{{< youtube 4nmdCAPkZlc >}}
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
title: "Video Tutorials"
|
||||
title: "Hartree-Fock calculation"
|
||||
date: Tue Feb 4 16:39:50 CET 2019
|
||||
draft: false
|
||||
---
|
||||
@ -8,8 +8,6 @@ draft: false
|
||||
---------------------
|
||||
|
||||
|
||||
# Hartree-Fock calculation
|
||||
|
||||
{{< youtube KIl_xq-NRLo >}}
|
||||
|
||||
1. Enter in qpsh mode for auto completion
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
title: "Video Tutorials"
|
||||
title: "Installation"
|
||||
date: Tue Feb 3 16:39:50 CET 2019
|
||||
draft: false
|
||||
---
|
||||
@ -7,7 +7,6 @@ draft: false
|
||||
|
||||
---------------------
|
||||
|
||||
# Installation
|
||||
|
||||
{{< youtube Un69atP2-30 >}}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user