Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-05-29 | Fix utility function for box shape reading. | Magnus Lundborg | |
Reading box shape using the high-level API should work. Fixed bugs in data reading. Updated utility usage examples. | |||
2013-05-29 | Increase number of particles again in example. | Magnus Lundborg | |
2013-05-28 | Fixed error where velocities were trashed. | Magnus Lundborg | |
Added utility functions for setting box shape (not finished or tested). | |||
2013-05-25 | Added debugging code to locate where velocities get trashed. | Daniel Spangberg | |
2013-05-25 | Add more tests for compression of frames that contain only zero | Daniel Spangberg | |
data. Add input data sanity checks. tng_compress routines now return NULL if input data is too large compared to the precision. | |||
2013-05-24 | Improved utility functions. Bug fixes. | Magnus Lundborg | |
2013-05-23 | More work on high-level API. New example files. | Magnus Lundborg | |
Fixed many bugs in the high-level API. Use the high-level API (where appropriate) in new example files. | |||
2013-05-22 | New functions added (mainly utility functions). | Magnus Lundborg | |
New functions to simplify the work flow added. Not everything is fully tested yet. More commits to follow. | |||
2013-05-22 | Added building options and bin subdirectories | Magnus Lundborg | |
Options to determine whether to build examples (on) and compression tests (off). Place binaries in subdirectories. | |||
2013-05-17 | Fix errors introduced when doing if(UNIX) in CMakeLists.txt | Daniel Spangberg | |
Fix declaration of variables not at beginning of scope (breaks C89) in tng compress testsuite. | |||
2013-05-17 | Only add math library on UNIX. Copy .sh files on UNIX. Copy .bat files on ↵ | Daniel Spangberg | |
windows. | |||
2013-05-17 | Updated number of tests in test suite scripts for tng compress. | Daniel Spangberg | |
2013-05-17 | Added conversion from unpacked integers to float/double. | Daniel Spangberg | |
Added tests for recompression (uncompress to int, compress int) Added tests for conversion from unpacked integers to float/double. | |||
2013-05-16 | Several changes to get the compression testsuite working for recompression ↵ | Daniel Spangberg | |
tests. | |||
2013-05-16 | Properly compile the tng_compress testsuite using cmake. | Daniel Spangberg | |
2013-05-16 | Moved include file template from src to include. | Magnus Lundborg | |
2013-05-15 | Fix linking with math library | Daniel Spangberg | |
2013-05-15 | fix testsuite.sh script. | Daniel Spangberg | |
2013-05-15 | Also add the modified cmakefiles. | Daniel Spangberg | |
2013-05-15 | Added tng_compress trajectory compression algorithms | Daniel Spangberg | |
2013-04-26 | Increase the simulation length and reduce number of particles to get more ↵ | Magnus Lundborg | |
movements in the md example | |||
2013-04-18 | Add tng_num_frames_get() to get the number of frames in the trajectory. ↵ | Magnus Lundborg | |
Added to reading example as well. | |||
2013-03-19 | If inttypes is not found (Visual Studio) some typedefs and defines need to ↵ | Magnus Lundborg | |
be done | |||
2013-03-13 | Add gzip compression and uncompression to master branch. | Magnus Lundborg | |
2013-03-12 | Finalize last written frame set when destroying trajectory. Fix bug reading ↵ | Magnus Lundborg | |
data interval. | |||
2013-02-11 | Remove omp header stubs | Magnus Lundborg | |
2013-02-08 | Add a standard block ID for partial charges. | Magnus Lundborg | |
2013-01-30 | Fix bug in chain_name_of_particle_get | Magnus Lundborg | |
2013-01-28 | Increase number of particles in md example. | Magnus Lundborg | |
2013-01-24 | Fix copyright notice. In practice reverting commit ↵ | Magnus Lundborg | |
75505b10abc097c123c427b5df553839383bf0d1 | |||
2013-01-23 | Minor updates in copyright notice. Fixes in documentation index page. | Magnus Lundborg | |
2013-01-23 | Updated copyright notice. | Magnus Lundborg | |
2013-01-22 | Minor fixes in mdrun C example. Make mdrun fortran example save data ↵ | Magnus Lundborg | |
sparsely as well. | |||
2013-01-21 | Fix bugs related to sparse data. Write sparse data in md_openmp (C version). | Magnus Lundborg | |
2013-01-21 | Include licence info. | Magnus Lundborg | |
2013-01-18 | Write annotations block in test write/read. | Magnus Lundborg | |
2013-01-18 | Write partial charges in test write/read | Magnus Lundborg | |
2013-01-18 | Fix bug in test read/write file (not writing frame sets). Write box shape in ↵ | Magnus Lundborg | |
test write/read file. | |||
2013-01-16 | Minor name fixes | Magnus Lundborg | |
2013-01-15 | Fixed bug in tng_current_frame_set_get. Improved parallel reading example. | Magnus Lundborg | |
2013-01-15 | Test parallel i/o (not very quick atm). | Magnus Lundborg | |
2013-01-14 | Added functions to get residue and chain names from atom number. | Magnus Lundborg | |
2013-01-14 | Added functions to get atom names and molecule names from atom number. Fixed ↵ | Magnus Lundborg | |
minor bugs. Fixed compiler warnings. | |||
2013-01-11 | Fix text output | Magnus Lundborg | |
2013-01-11 | Changed if statement | Magnus Lundborg | |
2013-01-11 | Fix frame indexing bug | Magnus Lundborg | |
2013-01-11 | Added comments to static functions. Minor comments. Changed some function ↵ | Magnus Lundborg | |
parameters to be more consequent. | |||
2013-01-10 | Improved comments | Magnus Lundborg | |
2013-01-10 | Improved comments | Magnus Lundborg | |
2013-01-10 | Documentation improvements | Magnus Lundborg | |