From 662b6fc29b81477356b4b2d26cb17579444abcfe Mon Sep 17 00:00:00 2001 From: Felix Uhle <147139825+FelixUhle@users.noreply.github.com> Date: Mon, 18 Nov 2024 11:22:57 +0100 Subject: [PATCH] Update library.json: fixed wrong alias For and2 the defined alias was AND3. --- library.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library.json b/library.json index 7eaf6541..456f70c2 100644 --- a/library.json +++ b/library.json @@ -90,7 +90,7 @@ "cells": [ { "name": "and2", - "aliases": ["AND3"], + "aliases": ["AND2"], "type": "relaxed_gate", "inputs": ["A", "B"], "outputs": ["Q"],