optimad / bitpit

Open source library for scientific HPC
http://optimad.github.io/bitpit/
GNU Lesser General Public License v3.0
117 stars 34 forks source link

patchkernel: add the concept of "adaption mode" #371

Closed andrea-iob closed 3 months ago

andrea-iob commented 1 year ago

Adaption mode tells if the patch can be adapted and which strategies can be used to adapt the patch.

The following adaption modes are supported:

Adaption mode replaces the concept of "expert mode". The functions "isExpert" and "setExpert" are now deprecated.

Depends on #370.

andrea-iob commented 4 months ago

I've removed all the changes not directly related to this pull request.