Pteros
2.0
Molecular modeling library for human beings!
pteros.h
1
/*
2
*
3
* This source code is part of
4
* ******************
5
* *** Pteros ***
6
* ******************
7
* molecular modeling library
8
*
9
* Copyright (c) 2009-2021, Semen Yesylevskyy
10
*
11
* This program is free software; you can redistribute it and/or
12
* modify it under the terms of Artistic License:
13
*
14
* Please note, that Artistic License is slightly more restrictive
15
* then GPL license in terms of distributing the modified versions
16
* of this software (they should be approved first).
17
* Read http://www.opensource.org/licenses/artistic-license-2.0.php
18
* for details. Such license fits scientific software better then
19
* GPL because it prevents the distribution of bugged derivatives.
20
*
21
*/
22
23
24
#pragma once
25
26
#include "core/system.h"
27
#include "core/selection.h"
28
#include "core/pteros_error.h"
29
#include "core/distance_search.h"
30
#include "analysis/options.h"
31
#include "core/utilities.h"
32
#include "core/logging.h"
33
34
#include <Eigen/Core>
35
#include <fmt/core.h>
include
pteros
pteros.h
Generated on Sat Jul 9 2022 15:59:59 for Pteros by
1.8.17