diff --git a/index.xml b/index.xml index b328c0af..ac44063a 100644 --- a/index.xml +++ b/index.xml @@ -31,11 +31,15 @@ First create a file named be. Wed, 23 Jan 2019 22:33:52 +0100 quantum.package@gmail.com https://quantumpackage.github.io/qp2/page/tutorials/ - 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 - zlib1g-dev libncurses5-dev pkg-config libgmp3-dev m4 #. Once the SMILING COW APPEAR, load the ENVIRONMENT VARIABLES + 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 + zlib1g-dev libncurses5-dev pkg-config libgmp3-dev m4 Once the SMILING COW APPEAR, load the ENVIRONMENT VARIABLES +source quantum_package.rc diff --git a/page/index.html b/page/index.html index 69c90c9a..0ab6f26a 100644 --- a/page/index.html +++ b/page/index.html @@ -156,11 +156,15 @@ First create a file named be.

- 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 - zlib1g-dev libncurses5-dev pkg-config libgmp3-dev m4 #. Once the SMILING COW APPEAR, load the ENVIRONMENT VARIABLES + 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 + zlib1g-dev libncurses5-dev pkg-config libgmp3-dev m4 Once the SMILING COW APPEAR, load the ENVIRONMENT VARIABLES +source quantum_package.rc [Read More]
diff --git a/page/index.xml b/page/index.xml index 2a9bdbc8..c3349454 100644 --- a/page/index.xml +++ b/page/index.xml @@ -31,11 +31,15 @@ First create a file named be. Wed, 23 Jan 2019 22:33:52 +0100 quantum.package@gmail.com https://quantumpackage.github.io/qp2/page/tutorials/ - 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 - zlib1g-dev libncurses5-dev pkg-config libgmp3-dev m4 #. Once the SMILING COW APPEAR, load the ENVIRONMENT VARIABLES + 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 + zlib1g-dev libncurses5-dev pkg-config libgmp3-dev m4 Once the SMILING COW APPEAR, load the ENVIRONMENT VARIABLES +source quantum_package.rc diff --git a/page/tutorials/index.html b/page/tutorials/index.html index 0d1cbf85..96d0335f 100644 --- a/page/tutorials/index.html +++ b/page/tutorials/index.html @@ -8,19 +8,29 @@ Video Tutorials - - - + + + @@ -155,22 +165,20 @@ git clone https://github.com/QuantumPackage/qp2.git #. Install the dependencies -

#. Download the source files

+
    +
  1. Download the source files

    -
    git clone https://github.com/QuantumPackage/qp2.git
    -
    +

    git clone https://github.com/QuantumPackage/qp2.git

  2. -

    #. Install the dependencies

    +
  3. Install the dependencies

    -
    ./configure   # tells you what to install. See in INSTALL.rst
    -
    +

    ./configure # tells you what to install. See in INSTALL.rst

  4. -

    #. !! USE AT YOUR OWN RISK, NO SUPPORT WILL BE PROVIDED !!

    +
  5. !! USE AT YOUR OWN RISK, NO SUPPORT WILL BE PROVIDED !!

    -
    ./configure --install something
    -
    +

    ./configure –install something

  6. -

    #. The following libraries are needed for the ocaml package

    +
  7. The following libraries are needed for the ocaml package

    +
  8. -

    #. Once the SMILING COW APPEAR, load the ENVIRONMENT VARIABLES

    +
  9. Once the SMILING COW APPEAR, load the ENVIRONMENT VARIABLES

    -
    source quantum_package.rc
    -
    +

    source quantum_package.rc

  10. -

    #. Define your COMPILATION CONFIGURATION FILE

    +
  11. Define your COMPILATION CONFIGURATION FILE

    -
    ./configure -c ./config/a_file.cfg
    -
    +

    ./configure -c ./config/a_file.cfg

  12. -

    #. COMPILE with NINJA

    +
  13. COMPILE with NINJA

    -
    ninja
    -
    +

    ninja

  14. +

Hartree-Fock calculation

diff --git a/src/content/page/Tutorials.md b/src/content/page/Tutorials.md index a1c30856..d673f33a 100644 --- a/src/content/page/Tutorials.md +++ b/src/content/page/Tutorials.md @@ -11,19 +11,19 @@ draft: false {{< youtube Un69atP2-30 >}} -#. Download the source files +1. Download the source files git clone https://github.com/QuantumPackage/qp2.git -#. Install the dependencies +2. Install the dependencies ./configure # tells you what to install. See in INSTALL.rst -#. !! USE AT YOUR OWN RISK, NO SUPPORT WILL BE PROVIDED !! +3. !! USE AT YOUR OWN RISK, NO SUPPORT WILL BE PROVIDED !! ./configure --install something -#. The following libraries are needed for the ocaml package +4. The following libraries are needed for the ocaml package * zlib1g-dev * libncurses5-dev @@ -31,15 +31,15 @@ draft: false * libgmp3-dev * m4 -#. Once the SMILING COW APPEAR, load the ENVIRONMENT VARIABLES +5. Once the SMILING COW APPEAR, load the ENVIRONMENT VARIABLES source quantum_package.rc -#. Define your COMPILATION CONFIGURATION FILE +6. Define your COMPILATION CONFIGURATION FILE ./configure -c ./config/a_file.cfg -#. COMPILE with NINJA +7. COMPILE with NINJA ninja