From 95db36bfde9ab20b16c1626790a3fc3de2894780 Mon Sep 17 00:00:00 2001
From: scainolo <61160719+scainolo@users.noreply.github.com>
Date: Mon, 18 May 2026 12:59:00 +0200
Subject: [PATCH 1/3] Add QC workflows project and update people
---
_bibliography/external/qc_workflows.bib | 62 +++++++++++
_data/people.yml | 29 ++++-
collections/_projects/qc_workflows.md | 134 ++++++++++++++++++++++++
3 files changed, 222 insertions(+), 3 deletions(-)
create mode 100644 _bibliography/external/qc_workflows.bib
create mode 100644 collections/_projects/qc_workflows.md
diff --git a/_bibliography/external/qc_workflows.bib b/_bibliography/external/qc_workflows.bib
new file mode 100644
index 00000000..7ad5a726
--- /dev/null
+++ b/_bibliography/external/qc_workflows.bib
@@ -0,0 +1,62 @@
+---
+---
+%% NOTE
+%% The two lines above are required for Jekyll and the jekyll-scholar plugin to correctly parse
+%% and render the references on the web page.
+%% You may remove them when using this file with BibTeX natively in your publications to avoid nasty
+%% BibTeX errors.
+
+%
+% The entries in this file are sorted by YEAR (ascending).
+% If inserting new entries, please put them accordingly.
+%
+%
+% %% Convention for BibTeX keys
+%
+% Construct the BibTeX key according to the following schemes.
+% In the following, please replace these patterns accordingly:
+%
+% YYYY year of publication
+% Aaaa first author's surname in CamelCase
+% Bbbb second author's surname in CamelCase
+%
+% - for single-author publications: AaaaYYYY
+% - for two-authors publications: AaaaBbbbYYYY
+% - for three or more authors: AaaaEtAlYYYY
+%
+% In case an author has published more than one publication in the same year, append lower case
+% letters for the second and ongoing publications:
+%
+% first publication: AaaaEtAlYYYY
+% second publication: AaaaEtAlYYYYb
+%
+%
+% %% Convention for BibTeX fields
+%
+% Please, stick to the following formatting convention to easy maintainability:
+%
+% - indent BibTeX fields of entries with 2 spaces (NOT tabs!)
+%
+% - order the BibTeX fields in alphabetic order
+%
+% - enclose all values within curly brakets '{...}'
+%
+% - do line breaks at 100 chars; this is ................................................. here -->|
+%
+% - and add a continuation indent of 2 after line breaks
+%
+% - put a comma ',' as well after the last field/value pair of an entry
+%
+%
+% %% Important
+%
+% Please, treat this file not different from usual source code files.
+%
+
+@inproceedings{TejedorEtAl2025,
+ title={Orchestrating Quantum-HPC Workflows with Distributed Quantum Circuit Cutting},
+ author={Tejedor, Mar and Casas, Berta and Conejero, Javier and Cervera-Lierta, Alba and Badia, Rosa M},
+ booktitle={Proceedings of the SC'25 Workshops of the International Conference for High Performance Computing, Networking, Storage and Analysis},
+ pages={1898--1906},
+ year={2025}
+}
diff --git a/_data/people.yml b/_data/people.yml
index 41acb800..1773b68f 100644
--- a/_data/people.yml
+++ b/_data/people.yml
@@ -224,6 +224,13 @@ aupy_g:
email: guillaume.pallez@inria.fr
homepage: https://gaupy.org
+baboulin_m:
+ sur_name: Baboulin
+ given_name: Marc
+ affiliation: inria
+ position: permanent
+ email: marc.baboulin@inria.fr
+
badia_r:
sur_name: Badia
given_name: Rosa M.
@@ -506,10 +513,10 @@ burbano_m:
cainolores_s:
sur_name: Caino-Lores
given_name: Silvina
- affiliation: utk
- position:
+ affiliation: inria
+ position: permanent
topics:
- email: scainolo@utk.edu
+ email: silvina.caino-lores@inria.fr
homepage:
caillau_j:
@@ -2632,6 +2639,14 @@ remy_j:
email: julien.remy@univ-grenoble-alpes.fr
homepage:
+renard_s:
+ sur_name: Renard
+ given_name: Simon
+ affiliation: inria
+ position: phd
+ topics:
+ email: simon.renard@inria.fr
+
reverdy_v:
sur_name: Reverdy
given_name: Vincent
@@ -3226,6 +3241,14 @@ taylor_v:
email: vtaylor@anl.gov
homepage: http://www.mcs.anl.gov/person/valerie-taylor
+tejedor_m:
+ sur_name: Tejedor
+ given_name: Mar
+ affiliation: bsc
+ position: phd
+ topics:
+ email: mar.tejedor@bsc.es
+
terai_m:
sur_name: Terai
given_name: Masaaki
diff --git a/collections/_projects/qc_workflows.md b/collections/_projects/qc_workflows.md
new file mode 100644
index 00000000..076c1c59
--- /dev/null
+++ b/collections/_projects/qc_workflows.md
@@ -0,0 +1,134 @@
+---
+layout: post
+title: "Quantum-Classical Workflows in HPC Environments"
+date: 2026-05-01
+updated: 2026-05-18
+navbar: Research
+subnavbar: Projects
+project_url:
+status: starting
+topics:
+ - qc
+ - prog_lang
+keywords:
+ - Workflow management
+ - QC-HPC
+ - Performance modeling
+head: cainolores_s
+members:
+ - antoniu_g
+ - baboulin_m
+ - badia_r
+ - conejero_f
+ - renard_s
+ - tejedor_m
+
+---
+
+{% comment %}
+
+================================
+=== HOW TO USE THIS TEMPLATE ===
+================================
+
+Copy this file to `_projects` and rename it to a very short version of your project's title, e.g.
+the project "Scalability Enhancements to FMM for Molecular Dynamics Simulations" chooses
+"fmm_project.md".
+
+Also copy the file `_templates/project.bib` to `_bibliography/external` and name it exactly as this
+one, but the file extension, e.g. "fmm_project.bib".
+
+For citing references, use the Liquid citing syntax as explained in the wiki:
+https://github.com/JLESC/jlesc.github.io/wiki/Markup-Language#cite-and-list-publications
+
+!IMPORTANT!
+Remember to adjust the file name of the BibTeX file at the very bottom of this file!!
+
+Then fill in the YAML header variables above.
+
+ title (required)
+ the full title of the project
+ WARNING: do not use quotation marks, colons and the likes
+
+ date (required)
+ the date this page was created in the format: YYYY-MM-DD; this will get displayed
+ at the very bottom of the generated website
+
+ updated (optional)
+ in case you or somebody else came back later and edited significant parts of the
+ page, put in the date (format: YYYY-MM-DD) of that change;
+ if present, this will get displayed at the very bottom of the generated website
+
+ project_url (optional)
+ optional URL to some external website of the project.
+
+ status (optional)
+ the current status of the project;
+ you have to use one of the keys defined in '_data/project_states.yml'
+
+ topics (required)
+ a YAML list of topic keys (as defined in '_data/topics.yml') for this project;
+ each topic on a new line with a leading dash
+
+ keywords (optional)
+ a YAML list of keywords for this project;
+ each topic on a new line with a leading dash.
+
+ head (required)
+ the dedicated project leader;
+ this is the identifier of a person as found in '_data/people.yml'
+
+ members (optional)
+ a YAML list of members of this project excluding the head;
+ each member must be listed as its identifier as found in '_data/people.yml'
+
+Now, fill in the details for the current report below. Please do not change headings, headings level
+or order.
+Read the comments carefully!
+
+{% endcomment %}
+
+## Research topic and goals
+
+Quantum Computing (QC) systems are being increasingly explored as the next high-impact extension to the computing spectrum, particularly in terms of their integration into supercomputers as QC-HPC couplings. The successful interoperability between classical and quantum systems depends on middleware that can interact with heterogeneous hardware technologies and their associated software stacks and data management methods. However, approaches to high-level hybrid programming remain limited today.
+
+Workflow abstractions and workflow management tools have proved successful in overcoming the challenge of heterogeneity in tasks, data, and computational resources across multiple scientific domains. This opens up an exciting new area at the intersection of workflow research and the integration of QC into classical environments. However, adopting workflow abstractions and workflow management tools in hybrid use cases leads to significant challenges. This collaboration explores pathways for profiling, characterizing, modeling and analyzing dataflow and task control patterns in hybrid quantum-classical applications with the overarching goal of facilitating workflow management in QC-HPC environments. We aim to contribute to the following outcomes:
+
+**Insights into the applicability of task-based abstractions and execution models for QC-HPC applications.** To date, few studies have attempted to systematically represent QC-HPC workflow motifs, mainly due to the limited availability of use cases and practical application scenarios. We aim to identify hybrid QC-HPC use cases in the scope of this collaboration in order to inform the design of methodologies and tools for workflow management.
+
+**Composition, deployment, and monitoring of hybrid workflows on QC-HPC resources.** A major issue when it comes to practical analysis of hybrid workflows is the limited availability of telemetry data, especially for inbound and outbound data transfers to QPUs. We will address this by developing methods to systematically collect telemetry data from hybrid workflows deployed and executed on QC-HPC systems.
+
+**Methodologies and tools for studying QC-HPC workflows.** Breakthroughs in hybrid workflow profiling, modeling, characterization and analysis are required to assess the effectiveness of software integration for hybrid workflows in QC-HPC environments. We aim to develop and share methodologies and tools to support further research in interoperability between QC and HPC systems, and to facilitate the assessment of different QC-HPC environments.
+
+## Results for 2025/2026
+
+* Co-organized Birds-of-a-Feather session on *Scientific Computational Workflows in Hybrid Quantum-Classical Environments* (ISC High Performance 2025; Hamburg, Germany)
+* Co-organized Birds-of-a-Feather session on *Bridging the Gap: Making Quantum-Classical Hybridization Work in HPC* (SC25; St. Louis, USA)
+* Started a dedicated working group within the Workflows Community Initiative:
+* The Inria side is working on the refinement of data collection and analysis methodologies on simulated QC-HPC environments running on existing classical resources, in particular for Qdislib workflows on PyCOMPSs {% cite TejedorEtAl2025 --file qc_workflows.bib %}. Preliminary results will be presented at the 18th JLESC Workshop (Juelich, Germany) as *A Case Study on Hybrid Quantum-Classical Workflow Modeling* by {% person renard_s %}.
+
+## Visits and meetings
+
+## Impact and publications
+
+{% comment %}
+=============================
+== CITING OWN PUBLICATIONS ==
+=============================
+
+You can list your own publications below in case you did not cite them in the text
+(which you should do, though).
+Use the Liquid citing syntax as explained in the wiki:
+https://github.com/JLESC/jlesc.github.io/wiki/Markup-Language#cite-and-list-publications
+Remember to use the `--file jlesc.bib` with the `cite` tag.
+{% endcomment %}
+
+{% bibliography --cited --file jlesc.bib %}
+
+## Future plans
+
+We are planning for a visit of Inria researchers to BSC for collection of telemetry data from BSC's on-premises QC-HPC system onsite for validation of emulated results against on-premises measurements. A subsequent visit of BSC researchers to Inria will be dedicated to the exploration of additional use cases that could be suitable for implementation and deployment as a PyCOMPSs application, and replication of experimental protocols on CEA's TGCC QC-HPC system.
+
+## References
+
+{% bibliography --file external/qc_workflows.bib %}
\ No newline at end of file
From 1892309c18b42a3b0fa6900a154575f83965a936 Mon Sep 17 00:00:00 2001
From: Robert Speck
Date: Wed, 20 May 2026 11:20:55 +0200
Subject: [PATCH 2/3] Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
---
collections/_projects/qc_workflows.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/collections/_projects/qc_workflows.md b/collections/_projects/qc_workflows.md
index 076c1c59..1ba32e56 100644
--- a/collections/_projects/qc_workflows.md
+++ b/collections/_projects/qc_workflows.md
@@ -105,7 +105,7 @@ Workflow abstractions and workflow management tools have proved successful in ov
* Co-organized Birds-of-a-Feather session on *Scientific Computational Workflows in Hybrid Quantum-Classical Environments* (ISC High Performance 2025; Hamburg, Germany)
* Co-organized Birds-of-a-Feather session on *Bridging the Gap: Making Quantum-Classical Hybridization Work in HPC* (SC25; St. Louis, USA)
* Started a dedicated working group within the Workflows Community Initiative:
-* The Inria side is working on the refinement of data collection and analysis methodologies on simulated QC-HPC environments running on existing classical resources, in particular for Qdislib workflows on PyCOMPSs {% cite TejedorEtAl2025 --file qc_workflows.bib %}. Preliminary results will be presented at the 18th JLESC Workshop (Juelich, Germany) as *A Case Study on Hybrid Quantum-Classical Workflow Modeling* by {% person renard_s %}.
+* The Inria side is working on the refinement of data collection and analysis methodologies on simulated QC-HPC environments running on existing classical resources, in particular for Qdislib workflows on PyCOMPSs {% cite TejedorEtAl2025 --file external/qc_workflows.bib %}. Preliminary results will be presented at the 18th JLESC Workshop (Juelich, Germany) as *A Case Study on Hybrid Quantum-Classical Workflow Modeling* by {% person renard_s %}.
## Visits and meetings
From 0c9851e04f044ae5a928720f0b8b6804b182a7f0 Mon Sep 17 00:00:00 2001
From: Robert Speck
Date: Wed, 20 May 2026 11:22:32 +0200
Subject: [PATCH 3/3] Fix formatting of position field for Simon Renard
---
_data/people.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/_data/people.yml b/_data/people.yml
index 1773b68f..78cdd250 100644
--- a/_data/people.yml
+++ b/_data/people.yml
@@ -2643,7 +2643,7 @@ renard_s:
sur_name: Renard
given_name: Simon
affiliation: inria
- position: phd
+ position: phd
topics:
email: simon.renard@inria.fr