built in operator: drop

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

    examples:
        drop (|a> + 0|b> - 2|c> + 7.1|d>)
            |a> + 7.1|d>
            
    see also:
        drop-below, drop-above, sdrop

Home