matlantis_features.features.base.copy_to_child_conversion(var: Any) Any#

Convert the input variables of the __call__ function of the feature. If the variable is ASEAtoms, the ASEAtoms will be copied and the attached calculator will be removed.

Parameters

var (Any) – The input variables.

Returns

The variables after conversion.

Return type

Any