Skip to content

tanmoy456/LogDump

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

LogDump

A Python script that generates unique numerical values within a specified range separated by a multiplicative ratio and writes them to a text file.

Usage

  1. Execute the Script:
    • Initiate the script with the command: python LogDumpFreq.py <exponent> (optional exponent argument).
  2. Provide Input Parameters:
    • Enter the desired number of values when prompted.
    • Enter the exponent value (if not provided as an argument).
  3. Review Output:
    • The generated values will be saved to a text file named DumpFreq_tw_{stop}_pts_{target_pts}.txt.
    • The script will indicate successful completion or provide guidance for fine-tuning the parameters if needed.

Customization

  • Value Range:
    • Modify the start and stop variables within the script to adjust the desired range of generated values.
  • Target Points:
    • Alter the target_pts variable to specify a different number of data points to be produced.

About

Generate timesteps in log-scale

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages