sis-calibration


Namesis-calibration JSON
Version 0.28 PyPI version JSON
download
home_pagehttps://github.com/sisteralab/sis-calibration
SummarySIS calibration
upload_time2024-03-04 18:36:03
maintainer
docs_urlNone
authorsisteralab
requires_python
license
keywords sis vna
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ## Photon assisted tunneling:

$$I_{p}(V_0,\alpha) = \sum_{n=-\infty}^{+\infty} J_n^2(\alpha) \cdot I_{dc}(V_0 + n\hbar \omega / e)$$

## Components of $Y_{mm\prime} = G_{mm\prime} + i B_{mm\prime}$

```math
G_{mm\prime} = \frac{e}{2 \hbar \omega_{m\prime}} \cdot
\;\sum_{n,n\prime=-\infty}^{\infty} J_n(\alpha) J_{n\prime}(\alpha) \delta_{m-m\prime, n\prime-n}
\left\{ \left[ I_{dc}(V_0+n\prime \hbar \omega /e + \hbar \omega_{m\prime}/e) -
I_{dc}(V_0 + n\prime \hbar \omega/e) \right] +
\left[ I_{dc}(V_0 + n\hbar \omega/e) -
I_{dc}(V_0 + n \hbar \omega/e - \hbar \omega_{m\prime}/e) \right]  \right\}
```

```math
B_{mm\prime} = \frac{e}{2 \hbar \omega_{m\prime}} \cdot
\sum_{n,n\prime=-\infty}^{\infty} J_n(\alpha) J_{n\prime}(\alpha) \delta_{m-m\prime, n\prime-n}
\left\{ \left[ I_{kk}(V_0+n\prime \hbar \omega /e + \hbar \omega_{m\prime}/e) -
I_{kk}(V_0 + n\prime \hbar \omega/e) \right] -
\left[ I_{kk}(V_0 + n\hbar \omega/e) -
I_{kk}(V_0 + n \hbar \omega/e - \hbar \omega_{m\prime}/e) \right]  \right\}
```


$\omega_m = m \cdot \omega + \omega_0$

$\omega$ - LO rate, $\omega_0$ - IF rate, $\omega_m$ - Signal rate


__Augmented__ 
```math
Y'_{mm} =
\begin{bmatrix}
    Y_{11} + Y_{S} & Y_{10} & Y_{1-1}  \\
    Y_{01} & Y_{00} + Y_L & Y_{0-1}   \\
    Y_{-11} & Y_{-10} & Y_{-1-1}+Y_I  \\
\end{bmatrix}
```

$Y_{IF} = 1/Z'_{00}$



__All there formulas from Tucker & Feldman theory__

For I-V curve analysis used RespFnFromIVData from QMix https://github.com/garrettj403/QMix


## Releases are published automatically when a tag is pushed to GitHub.

```bash
sh deploy.sh -t {tag}
```

```
.\deploy.bat {tag}
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/sisteralab/sis-calibration",
    "name": "sis-calibration",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "sis vna",
    "author": "sisteralab",
    "author_email": "ya.vodzyanovskiy@lebedev.ru",
    "download_url": "https://files.pythonhosted.org/packages/c9/de/a9e2400dd9045309f4f7385c01e326780fa2cfcc2fe9693f302156b28dd6/sis-calibration-0.28.tar.gz",
    "platform": null,
    "description": "## Photon assisted tunneling:\n\n$$I_{p}(V_0,\\alpha) = \\sum_{n=-\\infty}^{+\\infty} J_n^2(\\alpha) \\cdot I_{dc}(V_0 + n\\hbar \\omega / e)$$\n\n## Components of $Y_{mm\\prime} = G_{mm\\prime} + i B_{mm\\prime}$\n\n```math\nG_{mm\\prime} = \\frac{e}{2 \\hbar \\omega_{m\\prime}} \\cdot\n\\;\\sum_{n,n\\prime=-\\infty}^{\\infty} J_n(\\alpha) J_{n\\prime}(\\alpha) \\delta_{m-m\\prime, n\\prime-n}\n\\left\\{ \\left[ I_{dc}(V_0+n\\prime \\hbar \\omega /e + \\hbar \\omega_{m\\prime}/e) -\nI_{dc}(V_0 + n\\prime \\hbar \\omega/e) \\right] +\n\\left[ I_{dc}(V_0 + n\\hbar \\omega/e) -\nI_{dc}(V_0 + n \\hbar \\omega/e - \\hbar \\omega_{m\\prime}/e) \\right]  \\right\\}\n```\n\n```math\nB_{mm\\prime} = \\frac{e}{2 \\hbar \\omega_{m\\prime}} \\cdot\n\\sum_{n,n\\prime=-\\infty}^{\\infty} J_n(\\alpha) J_{n\\prime}(\\alpha) \\delta_{m-m\\prime, n\\prime-n}\n\\left\\{ \\left[ I_{kk}(V_0+n\\prime \\hbar \\omega /e + \\hbar \\omega_{m\\prime}/e) -\nI_{kk}(V_0 + n\\prime \\hbar \\omega/e) \\right] -\n\\left[ I_{kk}(V_0 + n\\hbar \\omega/e) -\nI_{kk}(V_0 + n \\hbar \\omega/e - \\hbar \\omega_{m\\prime}/e) \\right]  \\right\\}\n```\n\n\n$\\omega_m = m \\cdot \\omega + \\omega_0$\n\n$\\omega$ - LO rate, $\\omega_0$ - IF rate, $\\omega_m$ - Signal rate\n\n\n__Augmented__ \n```math\nY'_{mm} =\n\\begin{bmatrix}\n    Y_{11} + Y_{S} & Y_{10} & Y_{1-1}  \\\\\n    Y_{01} & Y_{00} + Y_L & Y_{0-1}   \\\\\n    Y_{-11} & Y_{-10} & Y_{-1-1}+Y_I  \\\\\n\\end{bmatrix}\n```\n\n$Y_{IF} = 1/Z'_{00}$\n\n\n\n__All there formulas from Tucker & Feldman theory__\n\nFor I-V curve analysis used RespFnFromIVData from QMix https://github.com/garrettj403/QMix\n\n\n## Releases are published automatically when a tag is pushed to GitHub.\n\n```bash\nsh deploy.sh -t {tag}\n```\n\n```\n.\\deploy.bat {tag}\n```\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "SIS calibration",
    "version": "0.28",
    "project_urls": {
        "Homepage": "https://github.com/sisteralab/sis-calibration"
    },
    "split_keywords": [
        "sis",
        "vna"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "20a265ec440248356fe3404f9b9b82262ca13177c40421d214795b900ee13aac",
                "md5": "5ef1e4e4d26392b27f5697dec4fa030b",
                "sha256": "f76dcce13210e41ac132225e2c662968343211852957b4c0438c4ef096673df3"
            },
            "downloads": -1,
            "filename": "sis_calibration-0.28-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "5ef1e4e4d26392b27f5697dec4fa030b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 15058,
            "upload_time": "2024-03-04T18:36:02",
            "upload_time_iso_8601": "2024-03-04T18:36:02.100921Z",
            "url": "https://files.pythonhosted.org/packages/20/a2/65ec440248356fe3404f9b9b82262ca13177c40421d214795b900ee13aac/sis_calibration-0.28-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c9dea9e2400dd9045309f4f7385c01e326780fa2cfcc2fe9693f302156b28dd6",
                "md5": "373a0aacd7a5db9891c25972c58137a1",
                "sha256": "99c8b1b600e6c0234868c877fb1f46f3a7a7fa4873bb2a1c482b4a26320eef11"
            },
            "downloads": -1,
            "filename": "sis-calibration-0.28.tar.gz",
            "has_sig": false,
            "md5_digest": "373a0aacd7a5db9891c25972c58137a1",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 13958,
            "upload_time": "2024-03-04T18:36:03",
            "upload_time_iso_8601": "2024-03-04T18:36:03.819724Z",
            "url": "https://files.pythonhosted.org/packages/c9/de/a9e2400dd9045309f4f7385c01e326780fa2cfcc2fe9693f302156b28dd6/sis-calibration-0.28.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-04 18:36:03",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "sisteralab",
    "github_project": "sis-calibration",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "sis-calibration"
}
        
Elapsed time: 0.27669s