I actually tried to play with the python script in TAMkin and got the data intake part working yesterday. I was able to let TAMkin successfully grab data from the vasp OUTCAR and xyz files (converted from a CONTCAR file). The correct command for the stable release is like this:
Traceback (most recent call last):
File "test.py", line 8, in <module>
pf = PartFun(nma, [ExtTrans(), ExtRot()])
File "****/.local/lib/python2.7/site-packages/tamkin/partf.py", line 1353, in __init__
term.init_part_fun(nma, self)
File "****/.local/lib/python2.7/site-packages/tamkin/partf.py", line 1006, in init_part_fun
raise ValueError("There is no external rotation in periodic systems.")
ValueError: rotational: There is no external rotation in periodic systems.
I looked at the partf.py script and tried to find out how I could get off with this error. But I couldn't figure this out. Do you know what this error means? My system is a zeolite periodic supercell with ~40 atoms.