Alice and Bob Felis - Examples in C#
Prerequisites#
C compiler/linker, cmake and make
Build the QRMI Rust library
Set environment variables#
See the corresponding section in the README for the Felis Python example.
Generate QIR Input file#
See the corresponding section in the README for the Felis Python example.
How to build this example#
mkdir build
cd build
cmake ..
make
How to run this example#
./felis <backend_name> <input file>