Jack Raymond

Results 17 comments of Jack Raymond

> @jackraymond, I started reviewing now but is it possible you have a switched sign for your `temperatures.h_to_fluxbias()` function? > > ``` > >>> fb = [0]*qpu.properties['num_qubits'] > >>> fb[30]...

> Also need to be added to [this file](https://docs.ocean.dwavesys.com/en/stable/docs_system/reference/utilities.html) I'm not sure that having these function under **Temperature Utilities** is optimal. This repo contains conversions from GHz to kB T...

> > This repo contains conversions from GHz to kB T , and some other related functions. > > I wasn't concerned with the source file, I mean that users...

A workaround you might try is to perform a graph automorphism or relabeling of the graph. Another guaranteed workaround is to break the source graph with respect to subgraphs you...

It would make sense to have a simpler DisplacementComposite or AutomorphicComposite that attempts to move/rotate an embedding on the processor. This would have independent value for noise reductions (same reason...

Implemented review comments in full. Some docstring issues remained in edge_list and node_list, these have been subsequently simplified. Some other minor formatting and compliance issues were addressed.