Python References§

The coding paradigm and style of RomCom borrows heavily from three essential references

Extensive use is made of the following third-party Python libraries

  • pandas for data storage and manipulation.

  • numpy for numerical computations.

  • torch for tensor computations.

  • scipy for miscellaneous scientific computations.

  • SALib.

and, of course, the common language which binds us together

Python§
The Python Standard Library by the Python Software Foundation.§

RomCom is enormously grateful to these authors for the breathtaking quality and scope of their work.