Published March 11, 2019
| Version v1.0.2
Software
Open
garrettj403/QMix: Changes to plotting functions and experimental data imports
Description
New Features
- All plotting functions now accept and return Matplotlib axis objects.
- When analyzing experimental data, you can now pass either CSV files or Numpy arrays to
RawDataandRawData0.
- In the
qmix.respfn.RespFnclass, thef_idc,f_ikk,f_didc, andf_dikkattributes were all made private by adding a leading underscore. They are replaced by theidc,ikk,didcanddikkmethods, respectively. - In the experimental data module, the parameter
iv_multiplierwas renamedi_multiplier.RawData0andRawDatause this parameter to correct imported current values. (All imported current data is multiplied byi_multiplier.) I also addedv_multiplier, which does the same things, except for imported voltage data.
- Dropped Travis-CI testing with Python 3.5-dev and 3.6-dev. QMix is now tested with 3.5, 3.6 and 3.7-dev.
- Added automatic coverage testing through coveralls.io.
- Fixed potential issue with file paths. Previously, file paths were built assuming a mac operating system (e.g.,
"some-dir/this-figure.png"). The package was updated to now useos.path.join("some-dir", "this-figure.png"), which is machine independent.
- Added package API to web page.
- Added more information about how experimental is stored and imported into QMix.
- Added information on getting support and contributing to QMix.
- Added descriptions of different response function types to docstring in
qmix.respfn.py. - Added more comments on keyword arguments and attributes for classes in
qmix.circuit.pyandqmix.respfn.py. (This should help to explain some of the SIS-related jargon.) - Added use cases for many class methods.
- Fixed documentation for
qmix.exp.parameters.py. - Updated workflow examples.
- Other (minor) changes.
Files
garrettj403/QMix-v1.0.2.zip
Files
(1.9 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:8d36695f315e347128f9226d9b62bbe0
|
1.9 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/garrettj403/QMix/tree/v1.0.2 (URL)