built in operators: drop


drop:
    description:
        drop sp
        drop all kets with coeff <= 0 from the given superposition

    examples:
        drop (|a> + 0|b> - 2|c> + 7.1|d>)
            |a> + 7.100000|d>

    see also:
        drop-below, drop-above, sdrop

Home