Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianFuerrutter committed Mar 20, 2024
1 parent 2a5fa31 commit 39d870c
Show file tree
Hide file tree
Showing 7 changed files with 6,218 additions and 202 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,15 @@ pipeline = DiffusionPipeline.from_config_file(model_path, "cpu")
pipeline.scheduler.set_timesteps(20)

out_tensor = generate_srv_tensors(pipeline, "Generate SRV: [1,1,1,2,2]", samples=1, system_size=5, num_of_qubits=5, max_gates=16, g=7.5)
qc_list, _, svr_list = convert_tensors_to_srvs(out_tensor, pipeline.gate_pool)
qc_list, _, srv_list = convert_tensors_to_srvs(out_tensor, pipeline.gate_pool)
```

[INFO]: `genQC.models.unet_qc.QC_Cond_UNet` instantiated from given config on cpu.
[INFO]: `genQC.models.frozen_open_clip.CachedFrozenOpenCLIPEmbedder` instantiated from given config on cpu.
[INFO]: `genQC.models.frozen_open_clip.CachedFrozenOpenCLIPEmbedder`. No save_path` provided. No state dict loaded.

``` python
print(f"is SRV {svr_list[0]}")
print(f"is SRV {srv_list[0]}")
qc_list[0].draw("mpl", style="clifford")
```

Expand Down Expand Up @@ -116,11 +116,11 @@ cuda support, see
[pytorch.org/get-started/locally](https://pytorch.org/get-started/locally/).

**Requirements:** `genQC` depends on `python` (min. version 3.9) and the
librarys: `torch`, `numpy`, `matplotlib`, `scipy`, `pandas`,
libraries: `torch`, `numpy`, `matplotlib`, `scipy`, `pandas`,
`omegaconf`, `qiskit`, `tqdm`, `joblib`, `open_clip_torch`, `ipywidgets`
and `pylatexenc`. All can be installed with `pip`. In `src/RELEASES.md`
[\[doc\]](https://florianfuerrutter.github.io/genQC/RELEASES.html) and
the release descriptions specific tested-on versions are listed.
[\[doc\]](https://florianfuerrutter.github.io/genQC/src/RELEASES.html)
and the release descriptions specific tested-on versions are listed.

#### 3. Run example

Expand Down
Binary file modified index_files/figure-commonmark/cell-3-output-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
227 changes: 211 additions & 16 deletions src/examples/0_hello_circuit.ipynb

Large diffs are not rendered by default.

231 changes: 217 additions & 14 deletions src/examples/1_editing_and_masking.ipynb

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions src/examples/2_unitary_compilation.ipynb

Large diffs are not rendered by default.

5,918 changes: 5,764 additions & 154 deletions src/examples/3_dataset_and_fineTune.ipynb

Large diffs are not rendered by default.

20 changes: 14 additions & 6 deletions src/index.ipynb

Large diffs are not rendered by default.

0 comments on commit 39d870c

Please sign in to comment.