Skip to content

Commit

Permalink
merge pt exports
Browse files Browse the repository at this point in the history
Co-authored-by: Jonathan M. Waldrop <[email protected]>
  • Loading branch information
keceli and jwaldrop107 authored Dec 12, 2023
1 parent 219eeb6 commit 3826782
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/python/operators/export_operators.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,8 @@

namespace simde {

inline void export_fock_op(python_module_reference m) {
inline void export_operators(python_module_reference m) {
EXPORT_PROPERTY_TYPE(FockOp, m);
}

inline void export_system_hamiltonian(python_module_reference m) {
EXPORT_PROPERTY_TYPE(SystemHamiltonian, m);
}

Expand Down

0 comments on commit 3826782

Please sign in to comment.