marco-michel / TimeEvolver

A Progam for Time Evolution With Improved Error Bound
MIT License
6 stars 0 forks source link

Remove old observables (represented as matrices) from core #25

Closed sebastian-zell closed 1 year ago

sebastian-zell commented 1 year ago

Then also the methods optimizeInput, destroyOptimizeInput and the destructor will become simpler.

For backwards compatibility, we should still keep the old constructor. It will then be implemented by constructing instances of the observable class and the calling the new constructor.

marco-michel commented 1 year ago

solved in fea8b34