Skip to main content
. 2022 Sep 6;22(18):6741. doi: 10.3390/s22186741
private String sop, base;
public Qubit(String sop, String base)
{
    this.sop = sop; this.base = base;
}