MatterGen / model /diffusion /exceptions.py
dadadaxi's picture
Upload folder using huggingface_hub
f15d29e verified
Raw
History Blame Contribute Delete
267 Bytes
# Copyright (c) Microsoft Corporation.
# Licensed under the MIT License.
class IncompatibleSampler(ValueError):
# Raised when sampler type and SDE are incompatible.
pass
class AmbiguousConfig(ValueError):
# Raised when the config is ambiguous
pass