1
0
mirror of https://github.com/TREX-CoE/qmckl.git synced 2024-11-19 12:32:40 +01:00
Go to file
vijay be5bea1f85
Added a delete function to clear the qmckl_context instance.
Perhaps we want to organize garbage collection differently !? I thought it's a nice first commit to add a basic delete function to motivate the ways in which instances can be deleted. Obviously this is only a proposal to learn from. Note that no information is being sent (other than the fact that free has been called) about the contents of the _context_ instance after the call to the function.
2020-10-15 07:56:43 +02:00
src Added a delete function to clear the qmckl_context instance. 2020-10-15 07:56:43 +02:00
LICENSE Initial commit 2020-10-13 15:08:11 +02:00
README.md Update README.md 2020-10-13 15:12:27 +02:00

qmckl

Quantum Monte Carlo Kernel Library.

See the Wiki for more information.