Skip to content

Commit

Permalink
Remove unused files (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
Manuel Carrer authored Mar 9, 2022
1 parent 6252e9c commit eee016f
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 2,812 deletions.
4 changes: 1 addition & 3 deletions hymd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,9 @@ compute_angle_forces__single$(EXT_SUFFIX): compute_angle_forces.f90

compute_angle_forces__double.f90: compute_angle_forces.f90
sed ${SINGLE_TO_DOUBLE} compute_angle_forces.f90 > compute_angle_forces__double.f90
sed ${SINGLE_TO_DOUBLE} dipole_reconstruction.f90 > dipole_reconstruction__double.f90

compute_angle_forces__double$(EXT_SUFFIX): compute_angle_forces__double.f90
$(FC) -c compute_angle_forces__double.f90 dipole_reconstruction__double.f90 -m compute_angle_forces__double
$(RM) compute_angle_forces__double.f90 dipole_reconstruction__double.f90
$(FC) -c compute_angle_forces__double.f90 -m compute_angle_forces__double

compute_dihedral_forces__single$(EXT_SUFFIX): compute_dihedral_forces.f90
$(FC) -c compute_dihedral_forces.f90 dipole_reconstruction.f90 -m compute_dihedral_forces
Expand Down
76 changes: 0 additions & 76 deletions hymd/protein_backbone.f90

This file was deleted.

76 changes: 0 additions & 76 deletions hymd/protein_backbone__double.f90

This file was deleted.

2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
[build-system]
requires = ["setuptools", "wheel", "numpy", "cython", "mpi4py"]
[tool.black]
exclude = "\\(./)"
51 changes: 0 additions & 51 deletions utils/gmx_2_hymd.py

This file was deleted.

150 changes: 0 additions & 150 deletions utils/make_input.py

This file was deleted.

Loading

0 comments on commit eee016f

Please sign in to comment.