Bridging the gap between high-dimensional tensor optimization and semiconductor manufacturing constraints with a standardized, model-agnostic evaluation framework.
EUV Lithography Visualization
Access petabyte-scale semiconductor layout data through a unified API. Support for GDSII and OASIS formats with high-performance C++ backend loaders.
EPE, PV Band, and ILS scoring across all models for consistent benchmarking.
Built-in DRC and MRC verification kernels.
End-to-end support from layout to mask fabrication data.
Compatible with PyTorch, TensorFlow, and custom C++ engines.
Our Python SDK provides a seamless interface for researchers. Load complex lithography patterns and run industry-standard metrics with minimal boilerplate.
# Install the hub pip install openlithohub # Run evaluation import lithohub as lh dataset = lh.load_dataset("iccads-2023") model = lh.models.ILTModel("v1_resnet") results = lh.evaluate( model=model, data=dataset, metrics=["epe", "pv_band", "runtime"] ) print(results.summary())
Join hundreds of researchers contributing to the open-source future of semiconductor manufacturing.