Downloads & Installation

Prerequisites

  • Linux Debian 8

  • gcc 4.9 & gfortran 4.9

    • Never use newer version of gfortran. Debian 8 supports 4.9.

Source Codes

If you need the source codes, please Contact us.

Additional Data

Basis Set Data

Installation (for Debian8)

Installation of Debian 8

  • Debian 8 has already been an legacy distribution. Even if you have only new machines which does not support Debian 8, you can use virtual machine environments VirtualBox (Recommended) or wmware to install it. Of course, it is possible to install gcc49 directly even in newer linux distributions (Not recommended).

  • Installation Details.

    1. Download the VirtualBox.

    2. Go to the Debian 8 iso download site.

    3. Install VirtualBox

      • Setting: 2048/4096MB memory, 128GB VirtualBox Dist Image(VDI, variable size).

    4. Install mimimum Debian 8 on VirtualBox

    5. Install gcc4.9 & gfortran4.9 in Debian 8

    6. Install openssh-server.

    7. Set up for ssh login from host ssh terminal to the guest.

  • We checked the combination of VirtualBox 6.1.36 r152435(Qt5.6.2) and the debian-8.11.1-amd64-netinst.iso.

Installation of ATOMCI

  • It is assumed that atomci binaries and related data which downloaded from above links will be installed in ${HOME}/local/atomci.

$ #Download above ATOMCI Binary file (atomci.debian8.tar.gz)

$ #Download above ATOMCI Basis Set Data file (basis.tar.gz)

$ tar -xzf atomci.debian8.tar.gz

$ tar -xzf basis.tar.gz

$ mkdir ${HOME}/local

$ mv atomci ${HOME}/local

$ mv basis ${HOME}/local/atomci/data

$ PATH=${HOME}/local/atomci/bin:$PATH

Any Troubles? : Contacts