-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Faster-Math should have current Development Branch Code #310
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…outputted. The keyword for config file to read in the binary coordinate is: "binCoordinates BoxNumber FileName.coor". The keyword for config file to read in the extended system file is: "extendedSystem BoxNumber FileName.xsc"
Read in restart binary coordinate and extended system file
Reading Multi parameter files
redirect error when intel not present #262
Fix to ERROR: Error closing DCD file` at the end of simulation
…tials of the same molecule, i.e. our H20 and h2o example. Also, added error check that will prevent segfaults when number of atoms in psf != number of atoms in pdb
Added atom equality operator to allow for user defined chemical poten…
Simplified the logic between two box psf parser.
Added googletest
Fixed psf restart headers
…dy for NAMD testing.
Prints actual residue for proteins in PDB Restart file. Should be re…
…rs, nnb, ngrp). Also added some logic to parse a second psf file if we need it, instead of relying on the restart flag to tell us how many psf flags to parse. We only parse if the first psf file we readed doesn't contain all the atoms in the pdb file, (also a second psf file has to exist).
added the extra terms namd requires at the end of a psf file (imprope…
Fixed checkpoint system
…phene where atoms are named c1, c2, c3...etc. All the same type, mass, charge, ect. Still having problems rectifying new parser which uses bonds to determine molecules, with a bondless molecule like graphene. We represent graphene as bondless. Perhaps, we could create bonds b/w carbon molecules.
Probabilities and Coefficients are calculated using only swappable molecules for molecule transfer and MEMC.
… resID as an index into startIdxRes
PSF Parser can handle MosDef format Porous Materials
Revert "Merge pull request #304 from GregorySchwing/rebasedpsfparsert…
…molecules, only using pdb for beta, coords, and chains. Then, I patched the pdb and psf outputs for multiresidue and single molecules. Particular attention paid to deprecate the use of residue ID from pdb for determining molecule information.
…liases. Still figuring out chain and segment
…le to use molecule and not residue for Mol_frac
…number of variables and prevent printing in different order than kindMap. Not a huge concern retrospectively
…t test for GetConsensusBeta, and the order of strength for determining molBeta is 1 > 2 > 0
split psf and pdb parsers. We only use psf for determining number of…
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Faster-Math should have current Development Branch Code