├── LICENSE ├── README.md ├── dun2010bbdep.bin ├── example ├── 1mol.pdb └── 1mol_FASPR.pdb └── src ├── AAName.cpp ├── AAName.h ├── FASPR.cpp ├── PairEnergy.cpp ├── PairEnergy.h ├── RotamerBuilder.cpp ├── RotamerBuilder.h ├── Search.cpp ├── Search.h ├── SelfEnergy.cpp ├── SelfEnergy.h ├── Structure.cpp ├── Structure.h ├── Utility.cpp └── Utility.h /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommyhuangthu/FASPR/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommyhuangthu/FASPR/HEAD/README.md -------------------------------------------------------------------------------- /dun2010bbdep.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommyhuangthu/FASPR/HEAD/dun2010bbdep.bin -------------------------------------------------------------------------------- /example/1mol.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommyhuangthu/FASPR/HEAD/example/1mol.pdb -------------------------------------------------------------------------------- /example/1mol_FASPR.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommyhuangthu/FASPR/HEAD/example/1mol_FASPR.pdb -------------------------------------------------------------------------------- /src/AAName.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommyhuangthu/FASPR/HEAD/src/AAName.cpp -------------------------------------------------------------------------------- /src/AAName.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommyhuangthu/FASPR/HEAD/src/AAName.h -------------------------------------------------------------------------------- /src/FASPR.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommyhuangthu/FASPR/HEAD/src/FASPR.cpp -------------------------------------------------------------------------------- /src/PairEnergy.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommyhuangthu/FASPR/HEAD/src/PairEnergy.cpp -------------------------------------------------------------------------------- /src/PairEnergy.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommyhuangthu/FASPR/HEAD/src/PairEnergy.h -------------------------------------------------------------------------------- /src/RotamerBuilder.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommyhuangthu/FASPR/HEAD/src/RotamerBuilder.cpp -------------------------------------------------------------------------------- /src/RotamerBuilder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommyhuangthu/FASPR/HEAD/src/RotamerBuilder.h -------------------------------------------------------------------------------- /src/Search.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommyhuangthu/FASPR/HEAD/src/Search.cpp -------------------------------------------------------------------------------- /src/Search.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommyhuangthu/FASPR/HEAD/src/Search.h -------------------------------------------------------------------------------- /src/SelfEnergy.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommyhuangthu/FASPR/HEAD/src/SelfEnergy.cpp -------------------------------------------------------------------------------- /src/SelfEnergy.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommyhuangthu/FASPR/HEAD/src/SelfEnergy.h -------------------------------------------------------------------------------- /src/Structure.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommyhuangthu/FASPR/HEAD/src/Structure.cpp -------------------------------------------------------------------------------- /src/Structure.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommyhuangthu/FASPR/HEAD/src/Structure.h -------------------------------------------------------------------------------- /src/Utility.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommyhuangthu/FASPR/HEAD/src/Utility.cpp -------------------------------------------------------------------------------- /src/Utility.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommyhuangthu/FASPR/HEAD/src/Utility.h --------------------------------------------------------------------------------