subtract¶
- metatensor.subtract(A: TensorMap, B: float | int | TensorMap) TensorMap [source]¶
Return a new
TensorMap
with the values being the subtract ofA
andB
.If
B
is aTensorMap
it has to have the same metadata asA
.If gradients are present in
A
:B
is a scalar:B
is aTensorMap
with the same metadata ofA
:
- Parameters:
- Returns:
New
TensorMap
with the same metadata asA
.- Return type: