├── README.md ├── STL ├── back_box.stl ├── base.stl ├── base_lid.stl ├── diffuser (clear).stl ├── lid.stl ├── lid_lower.stl ├── lid_plinth.stl ├── reflector (white).stl ├── reflector_strip (white).stl ├── top_box.stl └── top_box_lid.stl ├── images ├── IMG_2057.jpeg ├── IMG_2301.jpeg └── System Q v4.5.png ├── node-red ├── README.md └── quantum.json ├── python ├── README.md ├── flip.py └── go └── system Q v4.5.scad /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andysc/IBM-Q-System-One-3D-model/HEAD/README.md -------------------------------------------------------------------------------- /STL/back_box.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andysc/IBM-Q-System-One-3D-model/HEAD/STL/back_box.stl -------------------------------------------------------------------------------- /STL/base.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andysc/IBM-Q-System-One-3D-model/HEAD/STL/base.stl -------------------------------------------------------------------------------- /STL/base_lid.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andysc/IBM-Q-System-One-3D-model/HEAD/STL/base_lid.stl -------------------------------------------------------------------------------- /STL/diffuser (clear).stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andysc/IBM-Q-System-One-3D-model/HEAD/STL/diffuser (clear).stl -------------------------------------------------------------------------------- /STL/lid.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andysc/IBM-Q-System-One-3D-model/HEAD/STL/lid.stl -------------------------------------------------------------------------------- /STL/lid_lower.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andysc/IBM-Q-System-One-3D-model/HEAD/STL/lid_lower.stl -------------------------------------------------------------------------------- /STL/lid_plinth.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andysc/IBM-Q-System-One-3D-model/HEAD/STL/lid_plinth.stl -------------------------------------------------------------------------------- /STL/reflector (white).stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andysc/IBM-Q-System-One-3D-model/HEAD/STL/reflector (white).stl -------------------------------------------------------------------------------- /STL/reflector_strip (white).stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andysc/IBM-Q-System-One-3D-model/HEAD/STL/reflector_strip (white).stl -------------------------------------------------------------------------------- /STL/top_box.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andysc/IBM-Q-System-One-3D-model/HEAD/STL/top_box.stl -------------------------------------------------------------------------------- /STL/top_box_lid.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andysc/IBM-Q-System-One-3D-model/HEAD/STL/top_box_lid.stl -------------------------------------------------------------------------------- /images/IMG_2057.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andysc/IBM-Q-System-One-3D-model/HEAD/images/IMG_2057.jpeg -------------------------------------------------------------------------------- /images/IMG_2301.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andysc/IBM-Q-System-One-3D-model/HEAD/images/IMG_2301.jpeg -------------------------------------------------------------------------------- /images/System Q v4.5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andysc/IBM-Q-System-One-3D-model/HEAD/images/System Q v4.5.png -------------------------------------------------------------------------------- /node-red/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andysc/IBM-Q-System-One-3D-model/HEAD/node-red/README.md -------------------------------------------------------------------------------- /node-red/quantum.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andysc/IBM-Q-System-One-3D-model/HEAD/node-red/quantum.json -------------------------------------------------------------------------------- /python/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andysc/IBM-Q-System-One-3D-model/HEAD/python/README.md -------------------------------------------------------------------------------- /python/flip.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andysc/IBM-Q-System-One-3D-model/HEAD/python/flip.py -------------------------------------------------------------------------------- /python/go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andysc/IBM-Q-System-One-3D-model/HEAD/python/go -------------------------------------------------------------------------------- /system Q v4.5.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andysc/IBM-Q-System-One-3D-model/HEAD/system Q v4.5.scad --------------------------------------------------------------------------------