Skip to content

Commit

Permalink
Merge pull request #1633 from glotzerlab/fix-alchemical-md-particle
Browse files Browse the repository at this point in the history
Connect Python alchemical_dof with C++.
  • Loading branch information
joaander authored Oct 10, 2023
2 parents 506f931 + c0a5943 commit 7385be6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions hoomd/md/AlchemostatTwoStep.cc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@

#include "AlchemostatTwoStep.h"

#include <pybind11/stl_bind.h>
PYBIND11_MAKE_OPAQUE(std::vector<std::shared_ptr<hoomd::md::AlchemicalMDParticle>>);

namespace hoomd
{
namespace md
Expand Down

0 comments on commit 7385be6

Please sign in to comment.