chore: Run pre-commit on all files

This commit is contained in:
Alessandro Candido
2024-02-07 11:21:27 +01:00
parent c3a4a544b5
commit e496f9f156
10 changed files with 92 additions and 72 deletions

View File

@@ -32,7 +32,7 @@ import qibo
# Below shows how to set the computation_settings
# Note that for MPS_enabled and expectation_enabled parameters the accepted inputs are boolean or a dictionary with the format shown below.
# If computation_settings is not specified, the default setting is used in which all booleans will be False.
# If computation_settings is not specified, the default setting is used in which all booleans will be False.
# This will trigger the dense vector computation of the tensornet.
computation_settings = {
@@ -92,4 +92,4 @@ Multi-node is enabled by setting either the MPI or NCCL enabled flag to True in
```sh
mpirun -n 4 -hostfile $node_list python test.py
```
```