Skip to content

Instantly share code, notes, and snippets.

Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@PatWalters
PatWalters / parse_chemfp.py
Created November 4, 2023 23:12
Parse a larger ChemFP output file
#!/usr/bin/env python
import os
import sys
import pandas as pd
from tqdm.auto import tqdm
if len(sys.argv) != 4:
print(f"usage: {sys.argv[0]} cutoff infile outfile")
sys.exit(1)
@PatWalters
PatWalters / circle_grid_demo.ipynb
Last active December 7, 2023 08:11
A quick demo of the circle_grid facility in datamol
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@PatWalters
PatWalters / circle_grid_demo.ipynb
Created June 15, 2023 01:14
demo of the dm.viz.circlegrid
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.