qml.data.load_interactive¶
- load_interactive()[source]¶
Download a dataset using an interactive load prompt.
- Returns
Example
See also
>>> qml.data.load_interactive() Please select the data name from the following: 1: qspin 2: qchem 3: other Choice [1-2]: 1 Please select a sysname: ... Please select a periodicity: ... Please select a lattice: ... Please select a layout: ... Please select attributes: ... Force download files? (Default is no) [y/N]: N Folder to download to? (Default is pwd, will download to /datasets subdirectory): Please confirm your choices: dataset: qspin/Ising/open/rectangular/4x4 attributes: ['parameters', 'ground_states'] force: False dest folder: /Users/jovyan/Downloads/datasets Would you like to continue? (Default is yes) [Y/n]:
code/api/pennylane.data.load_interactive
Download Python script
Download Notebook
View on GitHub