QuTech-Delft / OpenQL

OpenQL: A Portable Quantum Programming Framework for Quantum Accelerators. https://dl.acm.org/doi/10.1145/3474222
https://openql.readthedocs.io
Other
99 stars 44 forks source link

Eigen compilation time #329

Closed anneriet closed 4 years ago

anneriet commented 4 years ago

This reduces the compilation time by reducing the number of Eigen header files in the OpenQL repository, through using a sparse-checkout for the Eigen submodule. To make it somewhat usable, the necessary commands for the sparse-checkout are in a shell script, and how to use it is put in the documentation under the "installation" instructions.

razvnane commented 4 years ago

Please change this PR to develop and make sure first all tests pass. We can import your fixes into modular after that.