Joel Pasvolsky

Results 48 comments of Joel Pasvolsky

Agree, @vgoliber, you mentioned having references and some guidance. Please add that here for that general update. Thanks!

@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] = temperatures.h_to_fluxbias(0.5) >>> # What...

> 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 looking to use...

Just noticed something interesting: for order 1, if I then add an objective that uses variable `j`, the ``ValueError: conflicting upper bounds: 'i'`` error pops up, That's not good.

Did you mean ``bqm.to_numpy_matrix`` here?

We should make that a non-internal method though, right?

Looks to me that it needs the `, 'd': 0` in the model creation line: ``` >>> model = dimod.BinaryQuadraticModel({'a': 1, 'b': -1, 'c': .5, 'd': 0}, {('a', 'b'): .5,...

Error persists (`TypeError: Object of type 'Vartype' is not JSON serializable`) even after deleting it. ``` G = dimod.to_networkx_graph(bqm) print(G.vartype) del G.vartype print(G.vartype) Vartype.SPIN --------------------------------------------------------------------------- AttributeError Traceback (most recent call...

We do insist because it's a neater formulation in problem space to add the gates that correspond to a circuit, so thank you.

https://support.dwavesys.com/hc/en-us/community/posts/360029028353-NOT-NAND-NOR-and-XNOR-gates As discussed, let's add these gates.