The High-Throughput Toolkit (httk)
The High-Throughput Toolkit (httk) is a toolkit for preparing and running calculations, analyzing the results, and storing results in global and/or personalized databases. httk is presently targeted at atomistic calculations in materials science and electronic structure, but aims to be extended into a library useful also outside those areas.
httk was created in 2014.
Installation
Clone the master branch of our source code repository, which is meant to always give you the latest release:
Then, every time you want to use httk you need to initialize the environtment with:
(Which, of course, can be put in your shell initialization scripts)
For more installation alternatives, see the full documentation.
Quickstart
A few short general httk code examples follow in sections below.
A combined quickstart covering specific functionalities (structures and databases) is available here:
The httk installation also contains the subdirectories Examples and Tutorial/step1, /step2, etc.
A few simple usage examples
Load a cif file or poscar
This is a very simple example of just loading a structure from a .cif file and writing out some information about it.
Running this generates the output:
('Formula:', 'BO2Tl')
('Volume', 509.24213999999984)
('Assignments',['B', 'O', 'Tl'])
('Counts:', [8, 16, 8])
('Coords', FracVector(((1350,4550,4250) , ... , ,10000)))
Create structures in code
Create database file, store a structure in it, and retrive it
Create database file and store your own data in it
Reporting bugs
Please file bugs at the issue tracker at github (please search first to check if it is already reported):
Citing httk in scientific works
This is presently the preferred citation:
R. Armiento et al., The High-Throughput Toolkit (httk), http://httk.org/; Armiento R. (2020) Database-Driven High-Throughput Calculations and Machine Learning Models for Materials Design. In: Schütt K., Chmiela S., von Lilienfeld O., Tkatchenko A., Tsuda K., Müller KR. (eds) Machine Learning Meets Quantum Physics. Lecture Notes in Physics, vol 968. Springer, Cham. https://doi.org/10.1007/978-3-030-40245-7_17
Since httk may call upon many other pieces of software quite transparently, it may not be initially obvious what other software should be cited. Unless configured otherwise, httk prints out a list of citations when the program ends. You should take note of those citations and include them in your publications if relevant.
More documentation
More extensive documentation about httk is available at https://olddocs.httk.org