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.
Binary Executables
Additional 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).
Download the VirtualBox.
Go to the Debian 8 iso download site.
We recommend to use debian-8.11.1-amd64-netinst.iso (debian-8.11.1-amd64-DVD-1.iso may has boot trouble).
Install VirtualBox
Setting: 2048/4096MB memory, 128GB VirtualBox Dist Image(VDI, variable size).
Install mimimum Debian 8 on VirtualBox
Install gcc4.9 & gfortran4.9 in Debian 8
Install openssh-server.
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