2019-01-25 11:57:24 +01:00
<!DOCTYPE html>
< html lang = "en" >
< head >
< meta charset = "utf-8" / >
< 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 > QP terminal< / title >
< meta property = "og:title" content = "QP terminal" / >
< meta name = "twitter:title" content = "QP terminal" / >
< meta name = "description" content = "You can try Quantum Package in the terminal below . To configure the terminal for your favorite text editor , set the EDITOR environment variable:
2019-07-09 16:02:36 +02:00
export EDITOR=vim Browser not compatible.
2019-01-26 01:29:03 +01:00
Here is an example of a few commands you can run to get the Full-CI energy of the HCN molecule.
2019-07-09 16:02:36 +02:00
First create a file named be.zmt containing the z-matrix of a Beryllium atom.
echo be > be.zmt Create the EZFIO database as follows:">
2019-01-25 11:57:24 +01:00
< meta property = "og:description" content = "You can try Quantum Package in the terminal below . To configure the terminal for your favorite text editor , set the EDITOR environment variable:
2019-07-09 16:02:36 +02:00
export EDITOR=vim Browser not compatible.
2019-01-26 01:29:03 +01:00
Here is an example of a few commands you can run to get the Full-CI energy of the HCN molecule.
2019-07-09 16:02:36 +02:00
First create a file named be.zmt containing the z-matrix of a Beryllium atom.
echo be > be.zmt Create the EZFIO database as follows:">
2019-01-25 11:57:24 +01:00
< meta name = "twitter:description" content = "You can try Quantum Package in the terminal below . To configure the terminal for your favorite text editor , set the EDITOR environment variable:
2019-07-09 16:02:36 +02:00
export EDITOR=vim Browser not compatible.
Here is an …">
2019-01-25 11:57:24 +01:00
< meta name = "author" content = "" / >
2019-01-25 15:06:47 +01:00
< link href = 'https://quantumpackage.github.io/qp2/favicon' rel = 'icon' type = 'image/x-icon' / >
2019-05-15 15:55:13 +02:00
< meta property = "og:image" content = "https://quantumpackage.github.io/qp2/img/qp_box.png" / >
< meta name = "twitter:image" content = "https://quantumpackage.github.io/qp2/img/qp_box.png" / >
2019-01-25 11:57:24 +01:00
< meta name = "twitter:card" content = "summary" / >
< meta name = "twitter:site" content = "@quantum_package" / >
< meta name = "twitter:creator" content = "@quantum_package" / >
< meta property = "og:url" content = "https://quantumpackage.github.io/page/try/" / >
< meta property = "og:type" content = "website" / >
< meta property = "og:site_name" content = "Quantum Package" / >
2019-05-15 15:55:13 +02:00
< meta name = "generator" content = "Hugo 0.53" / >
2019-01-25 11:57:24 +01:00
< 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" >
< link rel = "stylesheet" href = "https://use.fontawesome.com/releases/v5.0.13/css/all.css" integrity = "sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp" crossorigin = "anonymous" >
< link rel = "stylesheet" href = "https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity = "sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin = "anonymous" >
< link rel = "stylesheet" href = "https://quantumpackage.github.io/qp2/css/main.css" / >
< link rel = "stylesheet" href = "https://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic" / >
< link rel = "stylesheet" href = "https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800" / >
< link rel = "stylesheet" href = "https://quantumpackage.github.io/qp2/css/pygment_highlights.css" / >
< link rel = "stylesheet" href = "https://quantumpackage.github.io/qp2/css/highlight.min.css" / >
< / head >
< body >
< nav class = "navbar navbar-default navbar-fixed-top navbar-custom" >
< div class = "container-fluid" >
< div class = "navbar-header" >
< button type = "button" class = "navbar-toggle" data-toggle = "collapse" data-target = "#main-navbar" >
< span class = "sr-only" > Toggle navigation< / span >
< span class = "icon-bar" > < / span >
< span class = "icon-bar" > < / span >
< span class = "icon-bar" > < / span >
< / button >
< a class = "navbar-brand" href = "https://quantumpackage.github.io/qp2" > Quantum Package< / a >
< / div >
< div class = "collapse navbar-collapse" id = "main-navbar" >
< ul class = "nav navbar-nav navbar-right" >
< li >
< a title = "Tutorials" href = "https://quantumpackage.github.io/qp2/page/tutorials" > Tutorials< / a >
< / li >
< li >
2019-01-25 15:06:47 +01:00
< a title = "Documentation" href = "https://quantum-package.readthedocs.io" > Documentation< / a >
2019-01-25 11:57:24 +01:00
< / li >
2019-01-26 02:16:38 +01:00
< li >
< a title = "Try in the browser" href = "https://quantumpackage.github.io/qp2/page/try" > Try in the browser< / a >
< / li >
2019-01-25 11:57:24 +01:00
< li >
2019-03-07 17:16:57 +01:00
< a title = "Source code" href = "https://github.com/QuantumPackage/qp2/releases/latest" > Source code< / a >
2019-01-25 11:57:24 +01:00
< / li >
< / ul >
< / div >
< div class = "avatar-container" >
< div class = "avatar-img-border" >
< a title = "Quantum Package" href = "https://quantumpackage.github.io/qp2" >
2019-05-15 15:55:13 +02:00
< img class = "avatar-img" src = "https://quantumpackage.github.io/qp2/img/qp_box.png" alt = "Quantum Package" / >
2019-01-25 11:57:24 +01:00
< / a >
< / div >
< / div >
< / div >
< / nav >
< header class = "header-section " >
< div class = "intro-header no-img" >
< div class = "container" >
< div class = "row" >
< div class = "col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1" >
< div class = "page-heading" >
< h1 > QP terminal< / h1 >
< / div >
< / div >
< / div >
< / div >
< / div >
< / header >
< div class = "container" >
< 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 / >
< p > You can try < em > Quantum Package< / em > in the terminal below.
To configure the terminal for your favorite text editor,
set the < code > EDITOR< / code > environment variable:< / p >
< pre > < code > export EDITOR=vim
< / code > < / pre >
2019-07-09 16:50:34 +02:00
< p > < iframe id = "shellframe" src = "https://www.lcpq.ups-tlse.fr/qpterm/" width = "800" height = "600" frameBorder = "1" scrolling = "no" > Browser not compatible.< / iframe >
2019-01-26 01:29:03 +01:00
< / body > < / p >
2019-01-25 11:57:24 +01:00
< p > Here is an example of a few commands you can run to
get the Full-CI energy of the HCN molecule.< / p >
2019-01-26 01:29:03 +01:00
< p > First create a file named < code > be.zmt< / code > containing the z-matrix of a Beryllium atom.< / p >
2019-01-25 11:57:24 +01:00
2019-01-26 01:29:03 +01:00
< pre > < code > echo be > be.zmt
2019-01-25 11:57:24 +01:00
< / code > < / pre >
< p > Create the EZFIO database as follows:< / p >
2019-01-26 01:29:03 +01:00
< pre > < code > qp create_ezfio -b cc-pvtz be.zmt -o be
2019-01-25 11:57:24 +01:00
< / code > < / pre >
< p > Run a Hartree-Fock calculation:< / p >
2019-01-28 22:03:18 +01:00
< pre > < code > qp run scf | tee scf.out
2019-01-25 11:57:24 +01:00
< / code > < / pre >
2019-01-26 01:29:03 +01:00
< p > The MOs are saved in the EZFIO database.< / p >
2019-01-25 11:57:24 +01:00
2019-01-26 01:29:03 +01:00
< p > Now run the CIPSI calculation in the full CI space:< / p >
2019-01-25 11:57:24 +01:00
< pre > < code > qp run fci | tee fci.out
< / code > < / pre >
< p > That’ s it!< / p >
< / article >
2019-05-15 15:55:13 +02:00
< 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 >
2019-01-25 11:57:24 +01:00
< / div >
< / div >
< / div >
< footer >
< div class = "container" >
< div class = "row" >
< div class = "col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1" >
< ul class = "list-inline text-center footer-links" >
< li >
< a href = "mailto:quantum.package@gmail.com" title = "Email me" >
< span class = "fa-stack fa-lg" >
< i class = "fa fa-circle fa-stack-2x" > < / i >
< i class = "fas fa-envelope fa-stack-1x fa-inverse" > < / i >
< / span >
< / a >
< / li >
< li >
2019-01-25 16:37:05 +01:00
< a href = "https://github.com/QuantumPackage/qp2" title = "GitHub" >
2019-01-25 11:57:24 +01:00
< span class = "fa-stack fa-lg" >
< i class = "fa fa-circle fa-stack-2x" > < / i >
< i class = "fab fa-github fa-stack-1x fa-inverse" > < / i >
< / span >
< / a >
< / li >
< li >
< a href = "https://twitter.com/quantum_package" title = "Twitter" >
< span class = "fa-stack fa-lg" >
< i class = "fa fa-circle fa-stack-2x" > < / i >
< i class = "fab fa-twitter fa-stack-1x fa-inverse" > < / i >
< / span >
< / a >
< / li >
< li >
< a href = "https://www.youtube.com/channel/UC3a7Yakg9gk36G3HKDIFaYw" title = "Youtube" >
< span class = "fa-stack fa-lg" >
< i class = "fa fa-circle fa-stack-2x" > < / i >
< i class = "fab fa-youtube fa-stack-1x fa-inverse" > < / i >
< / span >
< / a >
< / li >
< / ul >
< p class = "credits copyright text-muted" >
•
2019
•
< a href = "https://quantumpackage.github.io/qp2" > Quantum Package< / a >
< / p >
< p class = "credits theme-by text-muted" >
2019-05-15 15:55:13 +02:00
< 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 >
2019-01-25 11:57:24 +01:00
< / p >
< / div >
< / div >
< / div >
< / footer >
< script src = "https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.7.1/katex.min.js" integrity = "sha384-/y1Nn9+QQAipbNQWU65krzJralCnuOasHncUFXGkdwntGeSvQicrYkiUBwsgUqc1" crossorigin = "anonymous" > < / script >
< script src = "https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.7.1/contrib/auto-render.min.js" integrity = "sha384-dq1/gEHSxPZQ7DdrM82ID4YVol9BYyU7GbWlIwnwyPzotpoc57wDw/guX8EaYGPx" crossorigin = "anonymous" > < / script >
< script src = "https://code.jquery.com/jquery-1.12.4.min.js" integrity = "sha256-ZosEbRLbNQzLpnKIkEdrPv7lOy9C27hHQ+Xp8a4MxAQ=" crossorigin = "anonymous" > < / script >
< script src = "https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity = "sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin = "anonymous" > < / script >
< script src = "https://quantumpackage.github.io/qp2/js/main.js" > < / script >
< script src = "https://quantumpackage.github.io/qp2/js/highlight.min.js" > < / script >
< script > hljs . initHighlightingOnLoad ( ) ; < / script >
< script > renderMathInElement ( document . body ) ; < / script >
< / body >
< / html >