built in operators: reverse


reverse:
    description:
        reverse sp
        reverse the given superposition

    examples:
        reverse (5.1|a> + 3.7|b> + |c> - 2.1|d>)
            - 2.100000|d> + |c> + 3.700000|b> + 5.100000|a>

    see also:
        sreverse
Home