exceptions

A module containing different exceptions and warnings for the VACF class.

Summary

Exceptions:

VACFError

Exception raised if something goes wrong during the VACF setup or calculation.

VACFWarning

Warning raised if something goes wrong during the VACF setup or calculation.

Reference

exception VACFError(message: str)[source]

Bases: PQException

Exception raised if something goes wrong during the VACF setup or calculation.

Parameters:

message (str) – The error message.

exception VACFWarning(message: str)[source]

Bases: PQWarning

Warning raised if something goes wrong during the VACF setup or calculation.

Parameters:

message (str) – The error message.