Skip to content

Commit

Permalink
Merge pull request #77 from jpmorganchase/labs_smallN_para
Browse files Browse the repository at this point in the history
Add optimized parameters for small values of N
  • Loading branch information
rsln-s authored Oct 16, 2024
2 parents 97e9cda + 5eeb92f commit 8bdb399
Show file tree
Hide file tree
Showing 3 changed files with 3,635 additions and 3,675 deletions.
8 changes: 8 additions & 0 deletions qokit/assets/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
The parameters should be loaded and saved with `orient='index'`:

```python
import pandas as pd
df = pd.read_json("best_LABS_QAOA_parameters_wrt_overlap.json", orient='index')
...
df.to_json('best_LABS_QAOA_parameters_wrt_overlap.json', orient='index', indent=4)
```
Loading

0 comments on commit 8bdb399

Please sign in to comment.