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 b450a88 commit 219eeb6
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions src/python/density/export_density.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,10 @@

namespace simde {

inline void export_scf_density(python_module_reference m) {
inline void export_density(python_module_reference m) {
EXPORT_PROPERTY_TYPE(SCFDensity, m);
}

inline void export_initial_density(python_module_reference m) {
EXPORT_PROPERTY_TYPE(InitialDensity, m);
}

inline void export_scf_guess_density(python_module_reference m) {
EXPORT_PROPERTY_TYPE(SCFGuessDensity, m);
}

inline void export_scf_density_step(python_module_reference m) {
EXPORT_PROPERTY_TYPE(SCFDensityStep, m);
}

Expand Down

0 comments on commit 219eeb6

Please sign in to comment.