In the the v3.23 release ASE has changed how the file-based calculators are interfaced. In general, that means there's less to do in wfl as users can provide an ase configuration file or a CalculatorProfile as a keyword argument. To stay backwards compatible, wfl can check if CalculatorProfile can be imported (or should it instead check if ASE's version is 3.22 or 3.23?) and default to the old behaviour.
Overview:
In the the v3.23 release ASE has changed how the file-based calculators are interfaced. In general, that means there's less to do in
wflas users can provide an ase configuration file or aCalculatorProfileas a keyword argument. To stay backwards compatible,wflcan check ifCalculatorProfilecan be imported (or should it instead check if ASE's version is 3.22 or 3.23?) and default to the old behaviour.Overview: