executable_from_quil
Create an Executable
from a string containing a Quil program. Be sure to free this Executable
using free_executable
once all executions are complete.
Definition
struct Executable *executable_from_quil(char *quil);