Matthew Giammar
Matthew Giammar
@archmoj @alexcjohnson Besides fixing the two failed checks, what else needs done on this PR? When would this feature be merged?
The following method (with `DelayEvent` objects) simulates an INADEQUATE spectrum. The variable `delay` here is `delay=1/(4J)` where `J` is the J-coupling strength in Hz ``` inadequate = Method( channels=["1H"], spectral_dimensions=[...
The simple solution to this bug is to add the following method to the `MixingEnum` class: ``` def json(self, **kwargs): """Return a JSON-compliant serialization of the enumeration""" return self.value if...
Fixed by #270
Prototyping for a 2d interpolation scheme has been completed and applied towards least-squares minimization of Czjzek and Extended Czjzek models. Although 2d linear interpolation for random sampling on a grid...
@deepanshs Is this issue still relevant? Built wheels (uploaded to PyPi) seem to be working on Windows.
@pjgrandinetti @deepanshs This issue relates to the fact that library 2D methods use the fictitious total mixing between events (pathways all have amplitude of 1) and that total mixing behavior...
@deepanshs @pjgrandinetti If I recall, JOEL now supports CSDM export. Two related questions: 1. Is this issue still relevant? 2. Should a new issue be opened for adding import examples...
Since we may implement initial population differences using `MixingEvents`, 2D amplitudes will change depending on those population differences. It would be best to push this off until v0.8 when we...