sponge.colvar.ConstantValue

查看源文件
class sponge.colvar.ConstantValue(value: Union[Tensor, ndarray, list, tuple], name: str = 'constant')[源代码]

常量值。

参数:
  • value (Union[Tensor, ndarray, list, tuple]) - 常量值。

  • name (str) - Colvar 的名称。默认值:'constant'。

支持平台:

Ascend GPU CPU