Skip to content

Commit

Permalink
start porting environment matching, python file ported
Browse files Browse the repository at this point in the history
  • Loading branch information
DomFijan committed Nov 12, 2024
1 parent 8c528af commit e6fa0ba
Show file tree
Hide file tree
Showing 4 changed files with 518 additions and 494 deletions.
7 changes: 4 additions & 3 deletions freud/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ add_library(
environment/LocalBondProjection.cc
environment/LocalDescriptors.h
environment/LocalDescriptors.cc
# environment/MatchEnv.h
# environment/MatchEnv.cc
# environment/Registration.h
environment/MatchEnv.h
environment/MatchEnv.cc
environment/Registration.h
# locality
locality/AABB.h
locality/AABBQuery.cc
Expand Down Expand Up @@ -166,6 +166,7 @@ nanobind_add_module(
environment/export-LocalBondProjection.cc
environment/export-LocalDescriptors.cc
environment/export-BondOrder.cc
environment/export-MatchEnv.cc
)
target_link_libraries(_environment PUBLIC freud TBB::tbb)
target_set_install_rpath(_environment)
Expand Down
Loading

0 comments on commit e6fa0ba

Please sign in to comment.