Useful tips#
For debugging, one can set the environment variable
CUTENSORNET_LOG_LEVEL=n. The leveln= 0, 1, …, 5 corresponds to the logger level as described and used incutensornetLoggerSetLevel(). The environment variableCUTENSORNET_LOG_FILE=<filepath>can be used to redirect the log output to a custom file at<filepath>instead ofstdout.