davzuliani

Results 5 comments of davzuliani

Hi @hrushikesh890! I'm also interested in this topic since I'm trying to find a way to implement a noisy circuit for my application (QML for HEP). Is there any news...

I managed to create an Angular app using this guide: https://github.com/HSF/phoenix/blob/main/guides/developers/set-up-phoenix.md. If I understood correctly, I'm simply checking out phoenix by doing `npm install phoenix-event-display`. So does this mean that...

Ok, I might need a few details here (just to be sure that I' m doing things right). 1. I checked out out Phoenix 2. I changed the hits size...

A small update: I changed the path to point to (sounded more reasonable to me) ``` "phoenix-event-display": "/home/dav.zuliani/Desktop/software/phoenix/phoenix/packages/phoenix-event-display", ``` Now, when launching `npm start` is complaining about ``` Watch mode...

Hi @9inpachi, and thanks for the explanation. So, this is what I did: 1. I rebuilt Phoenix in `/home/dav.zuliani/Desktop/software/phoenix/phoenix/packages/phoenix-event-display` by doing `npm start` (apparently `npm build` is not working) 2....