QuantumLibraries/Chemistry
Mine Starks 2214d89925
Update QDK version to 0.28.263081 (#666)
2023-03-30 10:21:44 -07:00
..
Common Build pipeline tweaks (#202) 2020-01-08 23:15:16 -08:00
src Update QDK version to 0.28.263081 (#666) 2023-03-30 10:21:44 -07:00
tests Update QDK version to 0.28.263081 (#666) 2023-03-30 10:21:44 -07:00
README.md Fix broken documentation links (#434) 2021-03-24 17:36:42 -07:00

README.md

Microsoft Quantum Chemistry Library

This folder contains the C# and Q# sources used to implement the Microsoft Quantum Chemistry library. Samples of how to use the library can be found in the Chemistry folder of the Microsoft/Quantum repository.

Building and testing

The quantum chemistry library consists of two cross-platform project built using .NET Core:

  • DataModel.csproj: C# sources used to load, parse, and pre-compute Hamiltonians loaded from LIQ𝑈𝑖|〉 or Broombridge files.
  • Runtime.csproj: Q# sources used to implement quantum chemistry simulation algorithms, given representations produced by the DataModel.

Once .NET Core is installed, you may build and run its tests by executing the following from a command line:

dotnet test tests

For more details about creating and running tests in Q#, see the Testing and debugging section of the developer's guide.