This document discusses parallelizing a Coupled Cluster Singles and Doubles (CCSD) molecular dynamics application code using OpenMP to reduce its execution time on multi-core systems. Specifically, it identifies compute-intensive loops in the CCSD code for parallelization with OpenMP directives like PARALLEL DO. Performance evaluations show the optimized OpenMP version achieves a 35.66% reduction in wall clock time as the number of cores increases, demonstrating the effectiveness of the parallelization approach. Further improvements could involve a hybrid OpenMP-MPI model.