libquantum version 0.2.4 for Mac OS X 10.5 Leopard
Saturday the 17th of May, 2008

    libquantum  most recent diff


      View the most recent changes for the libquantum port at: libquantum.darwinports.com/diff
      Scroll down toward the bottom of the page to get installation instructions for libquantum.
      The raw portfile for libquantum 0.2.4 is located here:
      http://libquantum.darwinports.com/dports/science/libquantum/Portfile
      Find related portfiles with the unique DarwinPorts.com search feature.
      Check for any related Fink projects here: pdb.finkproject.org/pdb/package.php/libquantum
      Google
      Web Darwinports.com



      # $Id: Portfile 30251 2007-10-23 02:18:30Z jmpp macports.org $

      PortSystem 1.0

      Name: libquantum
      Version: 0.2.4
      Category: science
      Platform: darwin
      Maintainers: nomaintainer
      Description: library for the simulation of a quantum computer
      Long Description: libquantum is a C library for the simulation of a quantum computer. Based on the principles of quantum mechanics, it provides an implementation of a quantum register. Basic operations for register manipulation such as the Hadamard gate or the Controlled-NOT gate are available through an easy-to-use interface. Measurements can be performed on either single qubits or the whole quantum register.

      Homepage: http://www.enyo.de/libquantum/
      master_sites ${homepage}/downloads/
      checksums md5 ce7b9f942b4b23c7d7e17e974d8ce577

      pre-test {
      system "cd ${worksrcpath} && ${build.cmd} demos"
      }
      test.run yes
      test.cmd ./grover 42 10 && ./shor 15
      test.target

    If you haven't already installed Darwin Ports, you can find easy instructions for doing so at the main Darwin Ports page.

    Once Darwin Ports has been installed, in a terminal window and while online, type the following and hit return:


      %  cd /opt/local/bin/portslocation/dports/libquantum
      % sudo port install libquantum
      Password:
    You will then be prompted for your root password, which you should enter. You may have to wait for a few minutes while the software is retrieved from the network and installed for you. Y ou should see something that looks similar to:

      ---> Fetching libquantum
      ---> Verifying checksum for libquantum
      ---> Extracting libquantum
      ---> Configuring libquantum
      ---> Building libquantum with target all
      ---> Staging libquantum into destroot
      ---> Installing libquantum
    - Make sure that you do not close the terminal window while Darwin Ports is working. Once the software has been installed, you can find further information about using libquantum with these commands:
      %  man libquantum
      % apropos libquantum
      % which libquantum
      % locate libquantum

     Where to find more information:

    Darwin Ports



    image test