QuPepFold: Quantum peptide folding simulations with Qiskit
Project description
QuPepFold
Quantum peptide‐folding simulations built on Qiskit.
Installation
pip install qupepfold
OR
git clone https://github.com/yourusername/qupepfold.git
cd qupepfold
pip install
from qupepfold import generate_turn2qubit, protein_vqe_objective
seq = "HHPHPH"
fixed, fb, vb = generate_turn2qubit(seq)
result = protein_vqe_objective(
protein_sequence=seq,
hyperParams={…}
)
print(result)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
qupepfold-0.1.1.tar.gz
(4.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file qupepfold-0.1.1.tar.gz.
File metadata
- Download URL: qupepfold-0.1.1.tar.gz
- Upload date:
- Size: 4.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8bfdf924aa0f3f41c578530bceb9efd43f94ace1edb56096851102ebb6893f2a
|
|
| MD5 |
67164f4def8a75a7c37a6f7874a3fe36
|
|
| BLAKE2b-256 |
0baf75d54b724ca0dedaf7297bf7a83dd28b48674753c788c877296e00c31529
|
File details
Details for the file qupepfold-0.1.1-py3-none-any.whl.
File metadata
- Download URL: qupepfold-0.1.1-py3-none-any.whl
- Upload date:
- Size: 4.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a683f9f6abfe4e5801ee05a1d1f37a46715c3c258262ef52eff034734379b35b
|
|
| MD5 |
c9e3e4ee055d804fb28e7b61dc7709a7
|
|
| BLAKE2b-256 |
556f8703f2bc60e09687062eb1e17224c7647595219eaf00d52eb02998be5e0d
|