The PhysicsVerifier inherits PythonVerifier and makes it able to
compare and convert units.Parameters:
extractor (Optional[BaseExtractor]): The extractor to use for extracting code from messages. (default: :obj:None)
timeout (Optional[float]): The timeout for code execution in seconds. (default: :obj:30.0)
required_packages (Optional[List[str]]): The required packages for code execution. (default: :obj:None)
float_tolerance (Optional[float]): The relative tolerance used to compare numerical values. (default: :obj:None) **kwargs: Additional keyword arguments to pass to the parent class.