Run a GHZ circuit transpiled using the Qiskit transpile function.
- Parameters:
server_url (str) – URL of the IQM server used for execution
- Returns:
transpiled circuit, a mapping of bitstrings representing qubit measurement results to counts for each result
- Return type:
tuple[QuantumCircuit, dict[str, int]]