A tool for finding & sorting the HF stabilizers
Since this is just a simple pythonfile, just put it directly in $PYTHONPATH.
Need Numpy package
from stabilizer import stabilizer
hf = stabilizer(p)
# p is the path or qiskit tensor object
hf.run()
See more details in the examples