valterUo's picture
Upload dataset
386c2bb verified
metadata
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-*