![]() |
Load an object from a JSON file.
cirq.experiments.grid_parallel_two_qubit_xeb.load(
params: Any,
base_dir: str
) -> Any
Arguments | |
---|---|
params
|
Parameters describing the object. This should have an filename
attribute containing the filename of the saved object.
|
base_dir
|
The directory from which to load the object. |
Returns: The loaded object.