BoothGroup / Vayesta

A Python package for wave function-based quantum embedding
Apache License 2.0
32 stars 7 forks source link

Set fragment converged property from callback results #167

Closed maxbortone closed 5 months ago

maxbortone commented 5 months ago

The converged property on the fragments results from a callback solver were not properly set. This fixes it and sets the property to the value present in the callback results, if present.