File size: 974 Bytes
89da8e1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
958edf6
 
89da8e1
958edf6
 
 
 
89da8e1
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
---
dataset_info:
  features:
  - name: signature
    dtype: string
  - name: problem_type
    dtype: string
  - name: optimization_type
    dtype: string
  - name: graph
    dtype: string
  - name: solution
    dtype: string
  - name: cost_hamiltonian
    dtype: string
  - name: ansatz_id
    dtype: int64
  - name: number_of_qubits
    dtype: int64
  - name: number_of_layers
    dtype: int64
  - name: exact_solution
    dtype: string
  - name: circuit_with_params
    dtype: string
  - name: circuit_with_symbols
    dtype: string
  - name: problem_specific_attributes
    dtype: string
  - name: adaptive_process
    dtype: string
  splits:
  - name: train
    num_bytes: 255312633.27983993
    num_examples: 13914
  - name: test
    num_bytes: 10642613.720160067
    num_examples: 580
  download_size: 37466961
  dataset_size: 265955247.0
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
---