-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Phase Nodes #13
Comments
Hi Andrew,
In DC analysis with Josephson junctions, node “voltages” are actually phase, so node phase can be printed/plotted directly.
However, transient analysis is done in voltage mode, and the phase is not saved. The phase of a node can be computed explicitly, or inferred from junction and inductor phase differences.
The phase of ground can be taken as 0 modulo 2pi.
Regards,
Steve
… On May 4, 2022, at 11:51 AM, Andrew Wagner ***@***.***> wrote:
Hi Steve,
Is there a way get the phase at every node in a circuit consisting of JJs and inductors? I can get the phase difference across a junction, and I can infer the phase difference across an inductor by multiplying the branch current by the inductance and dividing by the flux quantum, but I was wondering if WRSPICE just kept track of that for you somewhere. Does ground have a predefined phase in this case like 0 mod 2pi ? I'm debugging some AQFP circuits and am trying to reconcile some energy minimization algebra with Kirchoff's current law so keeping track of phases explicitly is useful. Thanks as always for your help.
Cheers,
Andrew
—
Reply to this email directly, view it on GitHub <#13>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AEZ4PVD3K3GXMFFVCMF2DPLVILBK3ANCNFSM5VC3FVOQ>.
You are receiving this because you are subscribed to this thread.
|
Thanks Steve,
I think I got it figured out. The tricky part I was running into was remembering to account for the mutual inductance when a transformer is involved to properly calculate the phase as each vertex from the branch currents.
Cheers,
Andrew
… On Oct 11, 2022, at 3:20 AM, Stephen Whiteley ***@***.***> wrote:
Hi Andrew,
In DC analysis with Josephson junctions, node “voltages” are actually phase, so node phase can be printed/plotted directly.
However, transient analysis is done in voltage mode, and the phase is not saved. The phase of a node can be computed explicitly, or inferred from junction and inductor phase differences.
The phase of ground can be taken as 0 modulo 2pi.
Regards,
Steve
> On May 4, 2022, at 11:51 AM, Andrew Wagner ***@***.***> wrote:
>
>
> Hi Steve,
> Is there a way get the phase at every node in a circuit consisting of JJs and inductors? I can get the phase difference across a junction, and I can infer the phase difference across an inductor by multiplying the branch current by the inductance and dividing by the flux quantum, but I was wondering if WRSPICE just kept track of that for you somewhere. Does ground have a predefined phase in this case like 0 mod 2pi ? I'm debugging some AQFP circuits and am trying to reconcile some energy minimization algebra with Kirchoff's current law so keeping track of phases explicitly is useful. Thanks as always for your help.
>
> Cheers,
>
> Andrew
>
> —
> Reply to this email directly, view it on GitHub <#13>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AEZ4PVD3K3GXMFFVCMF2DPLVILBK3ANCNFSM5VC3FVOQ>.
> You are receiving this because you are subscribed to this thread.
>
—
Reply to this email directly, view it on GitHub <#13 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ADHVY2WGYSYCEIONDIMO4L3WCUIMXANCNFSM5VC3FVOQ>.
You are receiving this because you authored the thread.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi Steve,
Is there a way get the phase at every node in a circuit consisting of JJs and inductors? I can get the phase difference across a junction, and I can infer the phase difference across an inductor by multiplying the branch current by the inductance and dividing by the flux quantum, but I was wondering if WRSPICE just kept track of that for you somewhere. Does ground have a predefined phase in this case like 0 mod 2pi ? I'm debugging some AQFP circuits and am trying to reconcile some energy minimization algebra with Kirchoff's current law so keeping track of phases explicitly is useful. Thanks as always for your help.
Cheers,
Andrew
The text was updated successfully, but these errors were encountered: