Spaces:
Sleeping
Sleeping
| """ | |
| Multiversal Computing Module | |
| Real parallel computation using multiple solution pathways | |
| """ | |
| from .protein_folding_engine import ProteinFoldingEngine, AminoAcid, ProteinStructure | |
| from .multiversal_protein_computer import MultiversalProteinComputer, UniverseResult | |
| __all__ = [ | |
| 'ProteinFoldingEngine', | |
| 'AminoAcid', | |
| 'ProteinStructure', | |
| 'MultiversalProteinComputer', | |
| 'UniverseResult' | |
| ] | |