Deepansh Srivastava
Deepansh Srivastava
Mixing Enum has no attribute `json` To reproduce ```py mth = Method( channels=["1H"], magnetic_flux_density=9.4, spectral_dimensions=[SpectralDimension( count=1024, spectral_width=2e6, events=[ SpectralEvent(transition_queries=[{"ch1": {"P": [-1]}}]), MixingEvent(query=MixingEnum.NoMixing), SpectralEvent(transition_queries=[{"ch1": {"P": [-1]}}]) ] )] ) mth.json() ```
We are having some issues with the binary distribution of the mrsimulator package for windows. An alternative is to look into writing a conda recipe for mrsimulator installation.
Import NMR data from vendor saved files. - [X] Bruker (raw) - [ ] Bruker (processed data) - [x] Tecmag - [ ] JEOL Possibly use [nmrglue](https://github.com/jjhelmus/nmrglue) to import the...
Linear interpolation scheme for gridding Czjzek/Extended Czjzek/User-defined distributions. The current implementation of the probability distribution uses `np.histogram2d` function to grid 400000 samples (default) over a two-dimensional grid. The histogram function...
Add mixing event to 2D library methods.