Skip to content

Commit

Permalink
Move json for passes to binder file
Browse files Browse the repository at this point in the history
also remove "extras" module - we can just do everything from passes which is nicer
  • Loading branch information
sjdilkes committed Oct 29, 2024
1 parent 387c073 commit 37724c6
Show file tree
Hide file tree
Showing 9 changed files with 334 additions and 370 deletions.
4 changes: 0 additions & 4 deletions pytket/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -176,9 +176,6 @@ target_include_directories(tableau PRIVATE binders/include)
target_link_libraries(tableau PRIVATE ${lib_deps})


pybind11_add_module(extras binders/extras.cpp ${HEADER_FILES})
target_include_directories(extras PRIVATE binders/include)
target_link_libraries(extras PRIVATE ${lib_deps})

pybind11_add_module(zx
binders/zx/diagram.cpp
Expand All @@ -203,6 +200,5 @@ install(TARGETS
transform
unit_id
utils_serialization
extras
zx
LIBRARY DESTINATION lib)
98 changes: 0 additions & 98 deletions pytket/binders/extras.cpp

This file was deleted.

Loading

0 comments on commit 37724c6

Please sign in to comment.