Skip to content

Add document for parallel computation. #329

@yfukai

Description

@yfukai

For the parallel_backend option in

parallel_backend: ParallelBackend = Field(
"serial",
description="The parallelization strategy. "
+ f"Must be one of {', '.join([ps.name for ps in ParallelBackend])}.",
exclude=True,
)

we need some documentation

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions