Will Box
Will Box
Hey Mojaie! Should this be happening? I've found a few molecules that have oxygens showing up as SP3 and aromatic, see the MWE below for the ones I've caught. ```Julia...
Hi! When using Measurement types, Polynomials plays nicely with Measurements.jl until the polynomials get large enough / complicated enough in fitting that Vandermonde is used. Is there any way to...
MWE: ```Julia using LinearAlgebra using StaticArrays my_matrix = [ 23.839174539658693 243552.4933521217 1.8416855269559405e9 7262.007338486136 -0.15093214378094674 -0.08311979038696746; 243552.4933521217 2.962601669841655e9 1.565059094802e13 7.454589007612145e7 -1822.7229289215243 -703.6834309479851; 1.8416855269559405e9 1.565059094802e13 1.852842171814476e17 5.52741246224e11 -9.820212598493524e6 -8.437622282150278e6; 7262.007338486136 7.454589007612145e7 5.52741246224e11...
MWE Below: ```Julia using ChemistryFeaturization # these work featurization = GraphNodeFeaturization([ "Group", "Row", "Block", "Atomic mass", "Atomic radius", "X", ]) # but with "isaromatic", which is a SpeciesFeatureDescriptor, it will...
MWE is a variant of the tacky styling example. Let me know if this can be reproduced. I'm on Windows 10! No errors in the console or anything really. ```Julia...