-
When the optimizer runs it seems to batch the lineups before it exports them to the lineup_exporter? So when it exports them to a file, it doesn't seem to export them one by one, it exports a bunch (s…
-
I need to rapidly minimize conformations of organic molecules that are anywhere from 250-500 atoms in size (lignin polymers). I was using MMFF in RDKit before, but I would like to access the GPU accel…
-
I have implemented a decoding method for general linear codes in Sage. The method decodes up to half the true minimum distance using Groebner bases. This method was introduced by Bulygin and Pellika…
-
Start with low-hanging fruit:
- clearer variable names (compare to nowcasts/steps.py refactoring)
- potentially make the monolithic function more modular.
-
# Bug report
### What I did
I have created a repeatable field using the following:
CRUD::field([
'name' => 'attachments',
'label' => 'Attachments',
'type' => 'relatio…
-
We want to know where all the time is going.
Initially, knowing how much time is spent in the simulator vs. how much time is spent in callback handlers would be a very useful indicator. This should …
-
Recently, PR #153 was opened, showing the desire for json/yaml serialization of parameterized objects.
My reading of #153's serialization:
1. does not appear to include information about the clas…
-
Nice library. I've been experimenting with different tests but cannot find documentation about the possible constraints. For example, how do you constrain a String to length 1? Could you please add …
-
#### Alright, I think I covered everything I was going to say. You can go ahead and read this post in its entirety.
So here's something for you to work on after you finish the main overhaul. After co…
-
current possible choice may be:
1) Javascript code with ScriptProcessor -- ScriptProcessor is deprecaed.
2) AudioWorker -- Not yet sure, but It seems slightly elaborated for these simple function.
…