Skip to content

Commit

Permalink
Include stl / eigen support for Pybind11
Browse files Browse the repository at this point in the history
Eventually will work to wrap more atom / cube functions

Signed-off-by: Geoff Hutchison <[email protected]>
  • Loading branch information
ghutchis committed Sep 13, 2023
1 parent f244621 commit 80c0921
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/core.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#include <pybind11/pybind11.h>
#include <pybind11/stl.h>
#include <pybind11/eigen.h>

#include <avogadro/core/cube.h>
#include <avogadro/core/gaussiansettools.h>
Expand Down
1 change: 1 addition & 0 deletions python/io.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#include <pybind11/pybind11.h>
#include <pybind11/stl.h>

#include <avogadro/core/molecule.h>
#include <avogadro/io/fileformatmanager.h>
Expand Down

0 comments on commit 80c0921

Please sign in to comment.