Base Functions

Plotting Functions

QuantumAnnealingAnalytics.plot_ground_states_dwiscMethod

function to plot only the lowest energy states in a dwisc bqpjson format file, String, or Dict. possible orderings are :numeric or :hamming. spin_comp specifies a state in spin format for comparison in hamming distance calculations. kwargs is for Plots.bar

source
QuantumAnnealingAnalytics.plot_state_stepsMethod

function to plot the state steps, generated from calling simulate(..., state_steps=[]). This is used to see instantaneous measurement values throughout the anneal. kwargs are for Plots.plot

source
QuantumAnnealingAnalytics.plot_states_dwiscMethod

function to plot only the all states in a dwisc bqpjson format file, String, or Dict. possible orderings are :numeric, :hamming, or :energy. spin_comp specifies a state in spin format for comparison in hamming distance calculations. kwargs is for Plots.bar

source