File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -428,7 +428,14 @@ Of course sometimes coupling languages is not about overcoming bottlenecks but
428428about combining existing programs which have been written in different
429429languages 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
433440Dask and task queues
434441--------------------
You can’t perform that action at this time.
0 commit comments