Skip to content

fix `VMC.info()` error

Vicentini Filippo requested to merge github/fork/mmezic/fix-VMC.info into master

Created by: mmezic

Solves #983 (closed) by renaming self.sr to self.preconditioner.

Also fixes an error in the function info(obj, depth=None) when obj has an attribute info which is not a method.

Merge request reports