ERKALE
ERKALE - DFT from Hel
 All Classes Functions Variables Friends Pages
zmatrix.h
1 /*
2  * This source code is part of
3  *
4  * E R K A L E
5  * -
6  * HF/DFT from Hel
7  *
8  * Written by Susi Lehtola, 2010-2015
9  * Copyright (c) 2010-2015, Susi Lehtola
10  *
11  * This program is free software; you can redistribute it and/or
12  * modify it under the terms of the GNU General Public License
13  * as published by the Free Software Foundation; either version 2
14  * of the License, or (at your option) any later version.
15  */
16 
17 
18 #ifndef ERKALE_ZMAT
19 #define ERKALE_ZMAT
20 
21 #include "global.h"
22 #include "xyzutils.h"
23 #include <string>
24 
26 std::vector<atom_t> load_zmat(std::string filename);
27 
28 #endif