Skip to content
This repository was archived by the owner on Jan 12, 2024. It is now read-only.
This repository was archived by the owner on Jan 12, 2024. It is now read-only.

Move the Message() implementation from QIS to RT #578

@kuzminrobin

Description

@kuzminrobin

Currently the Message() function is implemented in QIS and is visible as __quantum__qis__message__body.

We have a second implementation - quantum__rt__message, that is not visible outside.

qsharp-runtime
Make __quantum__rt__message visible.
Replace the implementation of void quantum__rt__message(QirString* msg) with the implementation of void quantum__qis__message__body(QirString* qstr).

qsharp_compiler
Change the compiler to call __quantum__rt__message instead of __quantum__qis__message__body.

qsharp-runtime
Remove __quantum__qis__message__body (and everything that is called from it only).

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions