"qasm" property of "QuantumComputing" class is missing 'include "qelib1.inc";' as its first line. All quantum gates (x, y, z, h etc.) are imported from that library, therefore qasm without that library included would not execute on actual machine or simulator, if it is using any quantum gate. Include line should be first thing that is added when boot is called.
"qasm" property of "QuantumComputing" class is missing 'include "qelib1.inc";' as its first line. All quantum gates (x, y, z, h etc.) are imported from that library, therefore qasm without that library included would not execute on actual machine or simulator, if it is using any quantum gate. Include line should be first thing that is added when boot is called.