Brisk
Documentation
Quantum
Photonics
Perceval
Chip
GitHub
Community
Login/Signup
X (formerly Twitter)
Toggle theme
Quantum Photonic Chip Designer
Design, visualize, and export quantum photonic chips using the powerful GDSFactory Python library.
Code Editor
Visualizer
Templates
Documentation
Generate Chip
Export GDS
Save
Clear
# Import the gdsfactory library import gdsfactory as gf # Create a simple Mach-Zehnder Interferometer (MZI) # This can function as a tunable beamsplitter for quantum operations mzi = gf.components.mzi( delta_length=20, # Path length difference ) # Display the component mzi.show()