High Integration
128 Channels in One Chassis
Meet NAISHU with
Expert in Large-Scale Quantum Computing Control & Readout
128 Channels in One Chassis
10 GSa/s DAC and 4G Sa/s ADC
FPGA Feedback in 280 ns Latency
Baseband Noise 10 uVrms
Why NAISHU
Unify control, readout into one architecture, labs can scale from prototype experiments to large multi-channel systems with less expensive integration.
Replace fragmented device chains with software-defined workflows that cut setup complexity and accelerate calibration, validation, and feedback loops.
From timing stability to low-noise performance, every module is optimized for repeatable results in demanding R&D and production validation environments.
Main Platform
High-density PXIe chassis designed for stable synchronization, high-throughput data acquisition, and multi-card expansion in demanding quantum and mixed-signal test systems.
Microwave control module with high sampling rate and wide output frequency range
Readout module optimized for low-noise capture and high-fidelity signal recovery.
Bias control module with low noise and extremely fast rise time
@nw.kernel
def wave_program_judge(delays: np.ndarray, g_wave: np.ndarray):
judge_reg_1: nw.Reg = 0
frame_0: nw.Frame = nw.init_frame(0, 0.5*np.pi)
envelope_0: nw.Envelope = nw.ins_envelope(g_wave)
nw.wait_for_trigger()
nw.wait(delays[0])
nw.play_wave(envelope_0, 1, 0, 0)
nw.wait(delays[1])
judge_reg_1 = nw.receive(1)
if judge_reg_1 == 0x0:
nw.play_wave(envelope_0, 1, 0, 0)
else:
nw.wait(600e-9)
return nw.Kernel()