Skip to content

Commit b25d70e

Browse files
committed
Mentioning of codes mixing Python and other languages
1 parent 6f3a315 commit b25d70e

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

content/parallel.rst

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,14 @@ Of course sometimes coupling languages is not about overcoming bottlenecks but
428428
about combining existing programs which have been written in different
429429
languages for whatever reason.
430430

431-
431+
Examples of scientific codes that combine Python and other languages:
432+
433+
- The numerical toolkit `Runko <https://runko.readthedocs.io/>`__ for simulating
434+
astrophysical plasmas. The code is written in C++17 and Python.
435+
- The quantum chemistry code `VeloxChem <https://veloxchem.org/>`__ is a Python
436+
based program for spectroscopy calculations in high-performance computing
437+
environments. The code is written in Python, C++, and has kernels in CUDA and
438+
HIP for running on GPUs.
432439

433440
Dask and task queues
434441
--------------------

0 commit comments

Comments
 (0)