No yet ? go to installation page.
Change CFPTBL file location of atomci input file from "./CFPTBL" to "/home/you/local/atomci/data/CFPTBL". Shell variable can not be used in atomci input files.
From
OPEN UNIT=10 FILE=./CFPTBL BINARY STATUS=OLD
To
OPEN UNIT=10 FILE=/home/you/local/atomci/data/CFPTBL BINARY STATUS=OLD
B(2Do) calculation.
$ atomci < boron.stdin > boron.stdout
F(2Po) calculation.
$ atgen < f.atg
$ atomci < f.stdin > f.stdout
After above F(2Po) calculation, in same directory,
$ atgen < fpt.atg
$ atomci < fpt.stdin > fpt.stdout