David R.
David R.
A 'z-index' is also needed: element.css({'left':x+'px','top':y+'px', 'position':'fixed', 'width': element[0].offsetWidth+'px', 'z-index': 99999});
The .gitignore is an old mess I created - I thought, mistakenly, I had committed it accidentally, so I removed it from teh repo with one of my older commits....
I pushed a new commit, which includes a merge of your dev branch, and the .gitignore. This should bring us at the same level, .gitignore wise.
I have also added the following additional enhancements: - Fix for leakage subtraction from dynamic power measurements (removed the 50X factor) - Added --num_threads command line option - Modified POST=0...
This code also adds support for Empyrean's ALPS simulator.
I will take care of these. > On Aug 3, 2020, at 1:59 PM, Matt Guthaus wrote: > > > Hi David, > > I'm seeing some regression issues with...
Hi Prof Guthaus, Yes, I will take care of those too. -dave Sent from my iPhone > On Sep 29, 2020, at 6:59 AM, Matt Guthaus wrote: > > ...
I got this particular case to work by using `boost::multiprecision::cpp_bin_float_50`, but issues popped up elsewhere. I also tried `cpp_bin_float_100`, but still did not get to fully stable results and the...
I thought I'll debug this to help out. I got to the point where I am finding that at differed types for coord_type I get different number of turns. Is...
It makes sense that turn count would depend on the coordinate type, at least in the general case. In this case, the coordinates are not that close for a double...