Skip to content

sebasmos/QuantumVE

Repository files navigation

Vector Embeddings for Quantum Mechanics (QuantumVE)

Install environment

  1. Create environment with conda:
conda create -n QuantumVE python=3.10 -y
conda activate QuantumVE
  1. Install dependencies
git clone https://github.com/sebasmos/QuantumVE.git
cd QuantumVE
pip install -r requirement.txt

Contributing to QuantumVE

Feel free to contact me at [email protected]

Feel free to participate in QuantumVE's development! Start by forking the QuantumVE repository, and submit your contributions through a pull request. Every contributor will be recognized as an author in the releases. Noteworthy contributors, especially those introducing new plugins or functionalities, will be featured on the QuantumVE conference website.

We also appreciate bug reports, suggestions for new features, enhancements, and even sharing links to exciting projects or applications built using QuantumVE. Your engagement enriches the QuantumVE community!

Acknowledgements

Q_Net was sponsored by Google Cloud Research Program and serves as baseline for Qubico

License

QuantumVE is free and open source, released under MIT License.

Please Cite as

@misc{cajas_quantumve_2024,
  author       = {Sebastián Andrés Cajas Ordóñez and Carlos Duran and Luis Torres},
  title        = {QuantumVE: A versatile platform for quantum embeddings},
  year         = {2024},
  url          = {https://github.com/sebasmos/QuantumVE},
  note         = {GitHub repository},
  version      = {v1.0},
  howpublished = {\url{https://github.com/sebasmos/QuantumVE}},
}