File:: core/vqh_source.py Tags:: source core
Description
This is where the quantum algorithms are happening. It handles the full process of setting up a problem, an experiment, an algorithm to run and solve this problem, a hardware interfece to run the job on, and send the iteration data back to the Source for sonification and dataset storage.
This is also where the real time modes are being defined
Connected Classes
VQHSourceStrategy, VQHProblem, VQHAlgorithm
Attributes
problem
: VQHProblemalgorithm
: VQHAlgorithmhandler
: Callable - Callback Function for the Queuert_mode
:strproblem_event
: threading.Event - for realtime mode handlinglock
: threadsafe operationsdataset
: VQHDataSettype
: str = ‘process’file_manager
: VQHDataFileManager_active
- active flag property
Methods
- `run_fixed
- `run_segmented
run_realtime