File size: 1,465 Bytes
a25bd5c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2414a87
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
386c2bb
 
a25bd5c
 
386c2bb
a25bd5c
 
386c2bb
a25bd5c
386c2bb
 
a25bd5c
 
 
 
 
 
 
 
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
---
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
  - name: qiskit_pauli_strings
    sequence: string
  - name: qiskit_coefficients
    sequence: float64
  - name: improvement_ratio
    dtype: float64
  - name: optimized_params
    sequence: float64
  - name: optimization_info
    struct:
    - name: n_parameters
      dtype: int64
    - name: n_qubits
      dtype: int64
    - name: optimal_eigenvalue
      dtype: float64
    - name: target_ratio
      dtype: float64
    - name: target_value
      dtype: float64
  - name: total_iterations
    dtype: int64
  splits:
  - name: train
    num_bytes: 288077253
    num_examples: 13914
  - name: test
    num_bytes: 14245435
    num_examples: 580
  download_size: 49464401
  dataset_size: 302322688
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
---