coltonbh / qcio

A package for structured Quantum Chemistry data.
MIT License
4 stars 2 forks source link

Dynamically register all ProgramOutput[InputType, ResultsType] classe… #30

Closed coltonbh closed 4 months ago

coltonbh commented 4 months ago

…s on outputs.py upon importing the module so that pickle can find them when serialized in celery. Removed per-class registration at instatiation time.