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
{{ message }}
This repository was archived by the owner on Nov 11, 2022. It is now read-only.
Sometimes it might be necessary to add specializations of materials which are application specific. In the case that it is also need to read them from the .json file, the readPhysicalModels method must call two functions:
readCorePhysicalModels, which follows the existing path and is non-virtual.
readSpecializedPhysicalModels, which is a virtual method which can be overloaded by a specialization of parser so it can also work to read the new materials which are not known by opensemba core.
Once the two groups of materials have been readed, they can be merged.
Sometimes it might be necessary to add specializations of materials which are application specific. In the case that it is also need to read them from the .json file, the readPhysicalModels method must call two functions:
Once the two groups of materials have been readed, they can be merged.