FractalSnowflake

class qcfractal.FractalSnowflake(max_workers: Optional[int] = 2, storage_uri: Optional[str] = None, storage_project_name: str = 'temporary_snowflake', max_active_services: int = 20, logging: Union[bool, str] = False, start_server: bool = True, reset_database: bool = False)[source]

Bases: qcfractal.server.FractalServer

Methods Summary

client()

Builds a client from this server.

stop()

Shuts down the Snowflake instance.

Methods Documentation

client()[source]

Builds a client from this server.

stop()None[source]

Shuts down the Snowflake instance. This instance is not recoverable after a stop call.