mirror of
https://github.com/zama-ai/concrete.git
synced 2026-01-08 20:38:06 -05:00
534 B
534 B
Formatting
You can convert your compiled circuit into its textual representation by converting it to string:
str(circuit)
If you just want to see the output on your terminal, you can directly print it as well:
print(circuit)
{% hint style="warning" %} Formatting is just for debugging. It's not possible to create the circuit back from its textual representation. See How to Deploy if that's your goal. {% endhint %}