You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add Sync + Send to EquationOfState trait bounds (feos-org#57)
* add sync + send to EquationOfState trait bounds, change Rc to Arc
* Made State sync + send, added parallel execution to pure PhaseDiagram constructor
* Added parallelization for estimator
* Removed splitting in chunks from estimator. Added impls for all datasets except binary properties.
* Updated models
* make all DFT struct Sync + Send and remove unsendable attribute
* more changes, added rayon feature
* Removed parallel impls in estimator
* Remove unused impls; updated Python interface
* Remove surface tension test from estimator
* fixed feature cfg
* remove function for global thread pool
* added rayon error as variant of EoSError, changed Cargo.toml feature name and ran formatter
Co-authored-by: Philipp Rehner <prehner@ethz.ch>
0 commit comments