Scine::Sparrow  5.0.0
Library for fast and agile quantum chemical calculations with semiempirical methods.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Pages
Basisfile.h
Go to the documentation of this file.
1 
7 #ifndef INCLUDE_SPARROW_EMBED_BASISFILE_H
8 #define INCLUDE_SPARROW_EMBED_BASISFILE_H
9 
10 #include "boost/filesystem.hpp"
11 
12 void basisfile(boost::filesystem::path source);
13 
14 #endif