MolSSI / QCFractal

A distributed compute and database platform for quantum chemistry.
https://molssi.github.io/QCFractal/
BSD 3-Clause "New" or "Revised" License
144 stars 47 forks source link

Some questions about using `FractalSnowflake` in a Python script #721

Closed genesis-jamin closed 1 year ago

genesis-jamin commented 1 year ago

Describe what you are trying to achieve

I'm working on a Python script that launches a temporary QCFractal server instance to run some workflows, and I had a couple of questions. This is the current starter code that I was playing around with:

def main():
    server = FractalSnowflake()
    client = server.client()